Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/include/asm/
Defi.h102 struct efi_scratch { struct
120 efi_switch_mm(efi_scratch.prev_mm); \ argument
139 extern struct efi_scratch efi_scratch;
/Linux-v5.10/arch/x86/platform/efi/
Defi_64.c58 struct efi_scratch efi_scratch; variable
259 efi_scratch.phys_stack = page_to_phys(page + 1); /* stack grows down */ in efi_setup_page_tables()
486 efi_scratch.prev_mm = current->active_mm; in efi_switch_mm()
488 switch_mm(efi_scratch.prev_mm, mm, NULL); in efi_switch_mm()
557 efi_switch_mm(efi_scratch.prev_mm); in efi_thunk_set_virtual_address_map()
867 efi_switch_mm(efi_scratch.prev_mm); in efi_set_virtual_address_map()
Defi_thunk_64.S36 movq efi_scratch(%rip), %rsp