Home
last modified time | relevance | path

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

/Linux-v5.4/arch/sh/kernel/cpu/sh2a/
Dfpu.c128 unsigned long long *highp, unsigned long long *lowp) in mult64() argument
150 *highp = high; in mult64()
/Linux-v5.4/arch/x86/kvm/vmx/
Dnested.c1090 u32 *lowp, *highp; in vmx_restore_control_msr() local
1095 highp = &vmx->nested.msrs.pinbased_ctls_high; in vmx_restore_control_msr()
1099 highp = &vmx->nested.msrs.procbased_ctls_high; in vmx_restore_control_msr()
1103 highp = &vmx->nested.msrs.exit_ctls_high; in vmx_restore_control_msr()
1107 highp = &vmx->nested.msrs.entry_ctls_high; in vmx_restore_control_msr()
1111 highp = &vmx->nested.msrs.secondary_ctls_high; in vmx_restore_control_msr()
1117 supported = vmx_control_msr(*lowp, *highp); in vmx_restore_control_msr()
1128 *highp = data >> 32; in vmx_restore_control_msr()