Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/kernel/cpu/sh2a/
H A Dfpu.c128 unsigned long long *highp, unsigned long long *lowp) in mult64() argument
149 *lowp = low; in mult64()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dnested.c1270 u32 *lowp, *highp; in vmx_restore_control_msr() local
1273 vmx_get_control_msr(&vmcs_config.nested, msr_index, &lowp, &highp); in vmx_restore_control_msr()
1275 supported = vmx_control_msr(*lowp, *highp); in vmx_restore_control_msr()
1285 vmx_get_control_msr(&vmx->nested.msrs, msr_index, &lowp, &highp); in vmx_restore_control_msr()
1286 *lowp = data; in vmx_restore_control_msr()