Searched refs:phys_tm (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/x86/platform/efi/
H A Defi_64.c397 u32 phys_tm, phys_tc; efi_thunk_get_time() local
401 phys_tm = virt_to_phys(tm); efi_thunk_get_time()
404 status = efi_thunk(get_time, phys_tm, phys_tc); efi_thunk_get_time()
414 u32 phys_tm; efi_thunk_set_time() local
418 phys_tm = virt_to_phys(tm); efi_thunk_set_time()
420 status = efi_thunk(set_time, phys_tm); efi_thunk_set_time()
432 u32 phys_enabled, phys_pending, phys_tm; efi_thunk_get_wakeup_time() local
438 phys_tm = virt_to_phys(tm); efi_thunk_get_wakeup_time()
441 phys_pending, phys_tm); efi_thunk_get_wakeup_time()
452 u32 phys_tm; efi_thunk_set_wakeup_time() local
456 phys_tm = virt_to_phys(tm); efi_thunk_set_wakeup_time()
458 status = efi_thunk(set_wakeup_time, enabled, phys_tm); efi_thunk_set_wakeup_time()

Completed in 211 milliseconds