Searched refs:phys_tm (Results 1 – 1 of 1) sorted by relevance
703 u32 phys_tm, phys_tc; in efi_thunk_get_time() local709 phys_tm = virt_to_phys_or_null(tm); in efi_thunk_get_time()712 status = efi_thunk(get_time, phys_tm, phys_tc); in efi_thunk_get_time()723 u32 phys_tm; in efi_thunk_set_time() local729 phys_tm = virt_to_phys_or_null(tm); in efi_thunk_set_time()731 status = efi_thunk(set_time, phys_tm); in efi_thunk_set_time()744 u32 phys_enabled, phys_pending, phys_tm; in efi_thunk_get_wakeup_time() local752 phys_tm = virt_to_phys_or_null(tm); in efi_thunk_get_wakeup_time()755 phys_pending, phys_tm); in efi_thunk_get_wakeup_time()767 u32 phys_tm; in efi_thunk_set_wakeup_time() local[all …]