Home
last modified time | relevance | path

Searched refs:efi_config (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/x86/boot/compressed/
Dhead_64.S218 movl %eax, efi_config(%ebp)
249 movq %rax, efi_config(%rip)
277 movq efi_config(%rip), %rax
280 movq efi_config(%rip), %rdi
369 movq %rax, efi_config(%rip)
445 efi_config: label
Deboot.c21 static struct efi_config *efi_early;
23 __pure const struct efi_config *__efi_early(void) in __efi_early()
29 static void setup_boot_services##bits(struct efi_config *c) \
1061 struct boot_params *make_boot_params(struct efi_config *c) in make_boot_params()
1406 struct boot_params *efi_main(struct efi_config *c, in efi_main()
/linux-4.4.14/arch/x86/include/asm/
Defi.h179 struct efi_config { struct
195 __pure const struct efi_config *__efi_early(void); argument