Lines Matching refs:phys_tm
704 u32 phys_tm, phys_tc; in efi_thunk_get_time() local
710 phys_tm = virt_to_phys_or_null(tm); in efi_thunk_get_time()
713 status = efi_thunk(get_time, phys_tm, phys_tc); in efi_thunk_get_time()
724 u32 phys_tm; in efi_thunk_set_time() local
730 phys_tm = virt_to_phys_or_null(tm); in efi_thunk_set_time()
732 status = efi_thunk(set_time, phys_tm); in efi_thunk_set_time()
745 u32 phys_enabled, phys_pending, phys_tm; in efi_thunk_get_wakeup_time() local
753 phys_tm = virt_to_phys_or_null(tm); in efi_thunk_get_wakeup_time()
756 phys_pending, phys_tm); in efi_thunk_get_wakeup_time()
768 u32 phys_tm; in efi_thunk_set_wakeup_time() local
774 phys_tm = virt_to_phys_or_null(tm); in efi_thunk_set_wakeup_time()
776 status = efi_thunk(set_wakeup_time, enabled, phys_tm); in efi_thunk_set_wakeup_time()