Home
last modified time | relevance | path

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

/arch/sh/kernel/cpu/sh2a/
Dfpu.c131 unsigned long long *highp, unsigned long long *lowp) in mult64() argument
152 *lowp = low; in mult64()
/arch/x86/kvm/
Dvmx.c3184 u32 *lowp, *highp; in vmx_restore_control_msr() local
3188 lowp = &vmx->nested.nested_vmx_pinbased_ctls_low; in vmx_restore_control_msr()
3192 lowp = &vmx->nested.nested_vmx_procbased_ctls_low; in vmx_restore_control_msr()
3196 lowp = &vmx->nested.nested_vmx_exit_ctls_low; in vmx_restore_control_msr()
3200 lowp = &vmx->nested.nested_vmx_entry_ctls_low; in vmx_restore_control_msr()
3204 lowp = &vmx->nested.nested_vmx_secondary_ctls_low; in vmx_restore_control_msr()
3211 supported = vmx_control_msr(*lowp, *highp); in vmx_restore_control_msr()
3221 *lowp = data; in vmx_restore_control_msr()