Home
last modified time | relevance | path

Searched refs:b (Results 1 – 16 of 16) sorted by relevance

/DragonStub/inc/dragonstub/
H A Dcompiler_types.h21 #define ___PASTE(a, b) a##b argument
22 #define __PASTE(a, b) ___PASTE(a, b) argument
90 #define ___PASTE(a, b) a##b argument
91 #define __PASTE(a, b) ___PASTE(a, b) argument
201 #define __same_type(a, b) __builtin_types_compatible_p(typeof(a), typeof(b)) argument
H A Dcompiler_attributes.h174 #define __printf(a, b) __attribute__((__format__(printf, a, b))) argument
175 #define __scanf(a, b) __attribute__((__format__(scanf, a, b))) argument
H A Dminmax.h271 #define swap(a, b) \ argument
274 (a) = (b); \
275 (b) = __tmp; \
H A Dlinux-efi.h21 #define MAKE_EFI_GUID(a, b, c, d...) \
24 a, b & 0xffff, c & 0xffff, \
12 MAKE_EFI_GUID(a,b,c,d...) global() argument
H A Dlinux-efi.h21 #define MAKE_EFI_GUID(a, b, c, d...) \
24 a, b & 0xffff, c & 0xffff, \
15 MAKE_EFI_GUID(a,b,c,d...) global() argument
H A Dlinux-efi.h21 #define MAKE_EFI_GUID(a, b, c, d...) \ argument
24 a, b & 0xffff, c & 0xffff, \
/DragonStub/gnuefi/
H A Dcrt0-efi-ia32.S52 addl $ImageBase-0b,%eax # %eax = ldbase
53 addl $_DYNAMIC-0b,%ebx # %ebx = _DYNAMIC
H A Dcrt0-efi-mips64el.S180 bnez $v0, 1b
/DragonStub/inc/dragonstub/linux/arch/riscv/asm/
H A Dasm.h16 #define __REG_SEL(a, b) __ASM_STR(a) argument
18 #define __REG_SEL(a, b) __ASM_STR(b) argument
/DragonStub/inc/
H A Deficon.h94 #define EFI_TEXT_ATTR(f,b) ((f) | ((b) << 4)) argument
H A Defi_pxe.h28 #define PXE_BUSTYPE(a,b,c,d) \ argument
31 (((PXE_UINT32)(b) & 0xFF) << 8) | \
/DragonStub/lib/arm/
H A Duldiv.S53 b ASM_PFX(_ll_udiv_small)
75 b ASM_PFX(_ll_udiv_big)
79 b ASM_PFX(_ll_udiv_ginormous)
262 b ASM_PFX(__aeabi_ldiv0)
H A Ddiv.S43 b ASM_PFX(__arm_div_large)
65 b ASM_PFX(__arm_div_large)
/DragonStub/docs/
H A DREADME.gnuefi33 As of gnu-efi-3.0b, the Redhat 8.0 toolchain is known to work,
55 As of gnu-efi-3.0b, gcc-3.1 is known to work well.
314 (b) link it together with a self-relocator that takes care of
/DragonStub/
H A DChangeLog516 (2b) If the callee that is declared EFIAPI is defined by the platform
521 the PFLUSH() distinguishes cases (2a) from (2b) by using IsLocalPrint().
526 - The PSETATTR() helper function always relies on the wrapper (case (2b)).
532 a platform function, implying (2b). (The error is masked in case (1).)
878 result, only the lower 32b of these stack values are significant, the
879 upper 32b potentially contain garbage. Considering that
880 uefi_call_wrapper() assumes these arguments are clean 64b values
889 efi_callX() as clean 64b values (eg. movq for immediates). The
H A DLICENSE98 b) You must cause any work that you distribute or publish, that in
142 b) Accompany it with a written offer, valid for at least three
153 an offer, in accord with Subsection b above.)