Home
last modified time | relevance | path

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

/Linux-v5.15/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.15/arch/x86/kvm/vmx/
Dnested.c1261 u32 *lowp, *highp; in vmx_restore_control_msr() local
1266 highp = &vmx->nested.msrs.pinbased_ctls_high; in vmx_restore_control_msr()
1270 highp = &vmx->nested.msrs.procbased_ctls_high; in vmx_restore_control_msr()
1274 highp = &vmx->nested.msrs.exit_ctls_high; in vmx_restore_control_msr()
1278 highp = &vmx->nested.msrs.entry_ctls_high; in vmx_restore_control_msr()
1282 highp = &vmx->nested.msrs.secondary_ctls_high; in vmx_restore_control_msr()
1288 supported = vmx_control_msr(*lowp, *highp); in vmx_restore_control_msr()
1299 *highp = data >> 32; in vmx_restore_control_msr()