Home
last modified time | relevance | path

Searched refs:lowp (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/sh/kernel/cpu/sh2a/
Dfpu.c131 unsigned long long *highp, unsigned long long *lowp) in mult64() argument
152 *lowp = low; in mult64()
/Linux-v4.19/arch/x86/kvm/
Dvmx.c3767 u32 *lowp, *highp; in vmx_restore_control_msr() local
3771 lowp = &vmx->nested.msrs.pinbased_ctls_low; in vmx_restore_control_msr()
3775 lowp = &vmx->nested.msrs.procbased_ctls_low; in vmx_restore_control_msr()
3779 lowp = &vmx->nested.msrs.exit_ctls_low; in vmx_restore_control_msr()
3783 lowp = &vmx->nested.msrs.entry_ctls_low; in vmx_restore_control_msr()
3787 lowp = &vmx->nested.msrs.secondary_ctls_low; in vmx_restore_control_msr()
3794 supported = vmx_control_msr(*lowp, *highp); in vmx_restore_control_msr()
3804 *lowp = data; in vmx_restore_control_msr()