Home
last modified time | relevance | path

Searched refs:lowp (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh2a/
H A Dfpu.c128 unsigned long long *highp, unsigned long long *lowp) in mult64()
149 *lowp = low; in mult64()
127 mult64(unsigned long long x, unsigned long long y, unsigned long long *highp, unsigned long long *lowp) mult64() argument
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh2a/
H A Dfpu.c128 unsigned long long *highp, unsigned long long *lowp) in mult64()
149 *lowp = low; in mult64()
127 mult64(unsigned long long x, unsigned long long y, unsigned long long *highp, unsigned long long *lowp) mult64() argument
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dnested.c1303 u32 *lowp, *highp; in vmx_restore_control_msr() local
1306 vmx_get_control_msr(&vmcs_config.nested, msr_index, &lowp, &highp); in vmx_restore_control_msr()
1308 supported = vmx_control_msr(*lowp, *highp); in vmx_restore_control_msr()
1318 vmx_get_control_msr(&vmx->nested.msrs, msr_index, &lowp, &highp); in vmx_restore_control_msr()
1319 *lowp = data; in vmx_restore_control_msr()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dnested.c1266 u32 *lowp, *highp; in vmx_restore_control_msr() local
1269 vmx_get_control_msr(&vmcs_config.nested, msr_index, &lowp, &highp); in vmx_restore_control_msr()
1271 supported = vmx_control_msr(*lowp, *highp); in vmx_restore_control_msr()
1281 vmx_get_control_msr(&vmx->nested.msrs, msr_index, &lowp, &highp); in vmx_restore_control_msr()
1282 *lowp = data; in vmx_restore_control_msr()

Completed in 16 milliseconds