Searched refs:lowp (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh2a/ |
H A D | fpu.c | 128 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 D | fpu.c | 128 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 D | nested.c | 1303 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 D | nested.c | 1266 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