Home
last modified time | relevance | path

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

/arch/x86/boot/compressed/
Dhead_64.S228 movl %eax, efi_config(%ebp)
378 movq %rax, efi_config(%rip)
406 movq efi_config(%rip), %rax
409 movq efi_config(%rip), %rdi
430 movq %rax, efi_config(%rip)
541 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) \
619 struct boot_params *make_boot_params(struct efi_config *c) in make_boot_params()
966 struct boot_params *efi_main(struct efi_config *c, in efi_main()
/arch/x86/include/asm/
Defi.h203 struct efi_config { struct
213 __pure const struct efi_config *__efi_early(void); argument