Searched refs:efi_scratch (Results 1 – 3 of 3) sorted by relevance
77 struct efi_scratch { struct98 efi_switch_mm(efi_scratch.prev_mm); \ argument121 extern struct efi_scratch efi_scratch;
58 struct efi_scratch efi_scratch; variable162 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()
36 movq efi_scratch(%rip), %rsp