Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/boot/compressed/
Dhead_64.S245 movl %eax, efi_config(%ebp)
451 movq %rax, efi_config(%rip)
479 movq efi_config(%rip), %rax
482 movq efi_config(%rip), %rdi
503 movq %rax, efi_config(%rip)
663 efi_config: label
Deboot.c23 static struct efi_config *efi_early;
25 __pure const struct efi_config *__efi_early(void) in __efi_early()
31 static void setup_boot_services##bits(struct efi_config *c) \
382 struct boot_params *make_boot_params(struct efi_config *c) in make_boot_params()
732 efi_main(struct efi_config *c, struct boot_params *boot_params) in efi_main()
/Linux-v4.19/arch/x86/include/asm/
Defi.h201 struct efi_config { struct
211 __pure const struct efi_config *__efi_early(void); argument