Searched refs:vm (Results 1 – 7 of 7) sorted by relevance
/arch/mips/math-emu/ |
D | ieee754int.h | 79 #define EXPLODESP(v, vc, vs, ve, vm) \ argument 83 vm = SPMANT(v);\ 85 if(vm == 0)\ 87 else if(vm & SP_MBIT(SP_MBITS-1)) \ 92 if(vm) {\ 99 vm |= SP_HIDDEN_BIT;\ 113 #define EXPLODEDP(v, vc, vs, ve, vm) \ argument 115 vm = DPMANT(v);\ 119 if(vm == 0)\ 121 else if(vm & DP_MBIT(DP_MBITS-1)) \ [all …]
|
/arch/s390/kvm/ |
D | priv.c | 219 memcpy(&mem->vm[n], &mem->vm[n - 1], sizeof(mem->vm[0])); in handle_stsi_3_2_2() 221 mem->vm[0].cpus_total = cpus; in handle_stsi_3_2_2() 222 mem->vm[0].cpus_configured = cpus; in handle_stsi_3_2_2() 223 mem->vm[0].cpus_standby = 0; in handle_stsi_3_2_2() 224 mem->vm[0].cpus_reserved = 0; in handle_stsi_3_2_2() 225 mem->vm[0].caf = 1000; in handle_stsi_3_2_2() 226 memcpy(mem->vm[0].name, "KVMguest", 8); in handle_stsi_3_2_2() 227 ASCEBC(mem->vm[0].name, 8); in handle_stsi_3_2_2() 228 memcpy(mem->vm[0].cpi, "KVM/Linux ", 16); in handle_stsi_3_2_2() 229 ASCEBC(mem->vm[0].cpi, 16); in handle_stsi_3_2_2()
|
/arch/s390/include/asm/ |
D | sysinfo.h | 102 } vm[8]; member
|
/arch/powerpc/kvm/ |
D | Kconfig | 40 report is available in debugfs kvm/vm#_vcpu#_timing.
|
/arch/alpha/ |
D | Kconfig | 564 See <file:Documentation/vm/numa> for more.
|
/arch/ia64/ |
D | Kconfig | 431 See <file:Documentation/vm/numa> for more.
|
/arch/mips/ |
D | Kconfig | 1750 See <file:Documentation/vm/numa> for more.
|