Home
last modified time | relevance | path

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

/linux-5.19.10/arch/sh/kernel/cpu/sh2a/
Dfpu.c128 unsigned long long *highp, unsigned long long *lowp) in mult64() argument
149 *lowp = low; in mult64()
/linux-5.19.10/arch/x86/kvm/vmx/
Dnested.c1281 u32 *lowp, *highp; in vmx_restore_control_msr() local
1284 vmx_get_control_msr(&vmcs_config.nested, msr_index, &lowp, &highp); in vmx_restore_control_msr()
1286 supported = vmx_control_msr(*lowp, *highp); in vmx_restore_control_msr()
1296 vmx_get_control_msr(&vmx->nested.msrs, msr_index, &lowp, &highp); in vmx_restore_control_msr()
1297 *lowp = data; in vmx_restore_control_msr()