Searched refs:efi_config (Results 1 – 3 of 3) sorted by relevance
245 movl %eax, efi_config(%ebp)454 movq %rax, efi_config(%rip)482 movq efi_config(%rip), %rax485 movq efi_config(%rip), %rdi506 movq %rax, efi_config(%rip)675 efi_config: label
23 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()
201 struct efi_config { struct211 __pure const struct efi_config *__efi_early(void); argument