Home
last modified time | relevance | path

Searched refs:highp (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
153 *highp = high; in mult64()
/Linux-v4.19/arch/x86/kvm/
Dvmx.c3767 u32 *lowp, *highp; in vmx_restore_control_msr() local
3772 highp = &vmx->nested.msrs.pinbased_ctls_high; in vmx_restore_control_msr()
3776 highp = &vmx->nested.msrs.procbased_ctls_high; in vmx_restore_control_msr()
3780 highp = &vmx->nested.msrs.exit_ctls_high; in vmx_restore_control_msr()
3784 highp = &vmx->nested.msrs.entry_ctls_high; in vmx_restore_control_msr()
3788 highp = &vmx->nested.msrs.secondary_ctls_high; in vmx_restore_control_msr()
3794 supported = vmx_control_msr(*lowp, *highp); in vmx_restore_control_msr()
3805 *highp = data >> 32; in vmx_restore_control_msr()