Home
last modified time | relevance | path

Searched refs:high_bits_rsvd (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/arch/x86/kvm/mmu/
H A Dmmu.c5125 u64 high_bits_rsvd; in __reset_rsvds_bits_mask() local
5133 high_bits_rsvd = pa_bits_rsvd & rsvd_bits(0, 62); in __reset_rsvds_bits_mask()
5135 high_bits_rsvd = pa_bits_rsvd & rsvd_bits(0, 51); in __reset_rsvds_bits_mask()
5139 high_bits_rsvd |= rsvd_bits(63, 63); in __reset_rsvds_bits_mask()
5170 high_bits_rsvd | in __reset_rsvds_bits_mask()
5175 rsvd_check->rsvd_bits_mask[1][1] = high_bits_rsvd | in __reset_rsvds_bits_mask()
5181 rsvd_check->rsvd_bits_mask[0][4] = high_bits_rsvd | in __reset_rsvds_bits_mask()
5188 rsvd_check->rsvd_bits_mask[0][3] = high_bits_rsvd | in __reset_rsvds_bits_mask()
5193 rsvd_check->rsvd_bits_mask[0][1] = high_bits_rsvd; in __reset_rsvds_bits_mask()
5194 rsvd_check->rsvd_bits_mask[0][0] = high_bits_rsvd; in __reset_rsvds_bits_mask()
[all …]