Lines Matching +full:0 +full:xfb000000
66 * iff the exit map is 0 without taking a lock.
137 #define VSID_REAL 0x07ffffffffc00000ULL
138 #define VSID_BAT 0x07ffffffffb00000ULL
139 #define VSID_64K 0x0800000000000000ULL
140 #define VSID_1T 0x1000000000000000ULL
141 #define VSID_REAL_DR 0x2000000000000000ULL
142 #define VSID_REAL_IR 0x4000000000000000ULL
143 #define VSID_PR 0x8000000000000000ULL
429 #define OSI_SC_MAGIC_R3 0x113724FA
430 #define OSI_SC_MAGIC_R4 0x77810F9B
432 #define INS_DCBZ 0x7c0007ec
434 #define INS_TW 0x7fe00008
436 #define SPLIT_HACK_MASK 0xff000000
437 #define SPLIT_HACK_OFFS 0xfb000000
440 * This packs a VCPU ID from the [0..KVM_MAX_VCPU_IDS) space down to the
441 * [0..KVM_MAX_VCPUS) space, using knowledge of the guest's core stride
445 * The implementation leaves VCPU IDs from the range [0..KVM_MAX_VCPUS) (block
446 * 0) unchanged: if the guest is filling each VCORE completely then it will be
473 const int block_offsets[MAX_SMT_THREADS] = {0, 4, 2, 6, 1, 5, 3, 7}; in kvmppc_pack_vcpu_id()
479 return 0; in kvmppc_pack_vcpu_id()
482 return 0; in kvmppc_pack_vcpu_id()