Home
last modified time | relevance | path

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

/Linux-v6.1/arch/sh/kernel/cpu/sh2a/
Dfpu.c128 unsigned long long *highp, unsigned long long *lowp) in mult64() argument
150 *highp = high; in mult64()
/Linux-v6.1/arch/x86/kvm/vmx/
Dnested.c1243 u32 *lowp, *highp; in vmx_restore_control_msr() local
1246 vmx_get_control_msr(&vmcs_config.nested, msr_index, &lowp, &highp); in vmx_restore_control_msr()
1248 supported = vmx_control_msr(*lowp, *highp); in vmx_restore_control_msr()
1258 vmx_get_control_msr(&vmx->nested.msrs, msr_index, &lowp, &highp); in vmx_restore_control_msr()
1260 *highp = data >> 32; in vmx_restore_control_msr()