Lines Matching defs:size
78 int size;
90 size = sizeof(__u64);
95 size = sizeof(__uint128_t);
100 size = sizeof(__u32);
107 if (!IS_ALIGNED(off, size / sizeof(__u32)))
118 return size;
124 int size = core_reg_size_from_offset(vcpu, off);
126 if (size < 0)
129 if (KVM_REG_SIZE(reg->id) != size)
553 int size = core_reg_size_from_offset(vcpu, i);
555 if (size < 0)
558 switch (size) {