Searched refs:rsvd_bits (Results 1 – 6 of 6) sorted by relevance
104 unsigned char rsvd_bits; member238 u32 upper = (tag >> tformat->rsvd_bits) << shift; in cxgbi_ppm_decode_non_ddp_tag()283 *final_tag = (val << tformat->rsvd_bits) | in cxgbi_ppm_ddp_tag_update_sw_bits()300 tformat->rsvd_bits = bits; in cxgbi_tagmask_check()311 tagmask, tformat->rsvd_bits, tformat->idx_bits, in cxgbi_tagmask_check()
46 static __always_inline u64 rsvd_bits(int s, int e) in rsvd_bits() function
506 return rsvd_bits(cpuid_maxphyaddr(vcpu), 63); in kvm_vcpu_reserved_gpa_bits_raw()
1055 return vcpu->arch.reserved_gpa_bits | rsvd_bits(5, 8) | rsvd_bits(1, 2); in pdptr_rsvd_bits()
543 rsvd_bits(low_phys_bits, boot_cpu_data.x86_cache_bits - 1); in kvm_mmu_reset_all_pte_masks()
5437 mask = (mask_bit < 52) ? rsvd_bits(mask_bit, 51) | PT_PRESENT_MASK : 0; in svm_adjust_mmio_mask()