Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Defi.h77 struct efi_scratch { struct
98 efi_switch_mm(efi_scratch.prev_mm); \ argument
121 extern struct efi_scratch efi_scratch;
/Linux-v5.4/arch/x86/platform/efi/
Defi_64.c58 struct efi_scratch efi_scratch; variable
162 efi_switch_mm(efi_scratch.prev_mm); in efi_call_phys_epilog()
398 efi_scratch.phys_stack = virt_to_phys(page_address(page)); in efi_setup_page_tables()
399 efi_scratch.phys_stack += PAGE_SIZE; /* stack grows down */ in efi_setup_page_tables()
632 efi_scratch.prev_mm = current->active_mm; in efi_switch_mm()
634 switch_mm(efi_scratch.prev_mm, mm, NULL); in efi_switch_mm()
695 efi_switch_mm(efi_scratch.prev_mm); in efi_thunk_set_virtual_address_map()
Defi_thunk_64.S36 movq efi_scratch(%rip), %rsp