Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/boot/compressed/
Dhead_64.S245 movl %eax, efi_config(%ebp)
454 movq %rax, efi_config(%rip)
482 movq efi_config(%rip), %rax
485 movq efi_config(%rip), %rdi
506 movq %rax, efi_config(%rip)
675 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()
741 efi_main(struct efi_config *c, struct boot_params *boot_params) in efi_main()
/Linux-v5.4/arch/x86/include/asm/
Defi.h201 struct efi_config { struct
211 __pure const struct efi_config *__efi_early(void); argument