Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Defi.h77 struct efi_scratch { struct
99 efi_switch_mm(efi_scratch.prev_mm); \ argument
123 extern struct efi_scratch efi_scratch;
/Linux-v4.19/arch/x86/platform/efi/
Defi_64.c58 struct efi_scratch efi_scratch; variable
159 efi_switch_mm(efi_scratch.prev_mm); in efi_call_phys_epilog()
395 efi_scratch.phys_stack = virt_to_phys(page_address(page)); in efi_setup_page_tables()
396 efi_scratch.phys_stack += PAGE_SIZE; /* stack grows down */ in efi_setup_page_tables()
630 efi_scratch.prev_mm = current->active_mm; in efi_switch_mm()
632 switch_mm(efi_scratch.prev_mm, mm, NULL); in efi_switch_mm()
694 efi_switch_mm(efi_scratch.prev_mm); in efi_thunk_set_virtual_address_map()
Defi_thunk_64.S36 movq efi_scratch(%rip), %rsp