Searched refs:bad_mt_xwr (Results 1 - 3 of 3) sorted by last modified time

/linux-master/arch/x86/kvm/mmu/
H A Dspte.h381 return rsvd_check->bad_mt_xwr & BIT_ULL(pte & 0x3f);
H A Dmmu.c4843 rsvd_check->bad_mt_xwr = 0;
4941 u64 bad_mt_xwr; local
4961 bad_mt_xwr = 0xFFull << (2 * 8); /* bits 3..5 must not be 2 */
4962 bad_mt_xwr |= 0xFFull << (3 * 8); /* bits 3..5 must not be 3 */
4963 bad_mt_xwr |= 0xFFull << (7 * 8); /* bits 3..5 must not be 7 */
4964 bad_mt_xwr |= REPEAT_BYTE(1ull << 2); /* bits 0..2 must not be 010 */
4965 bad_mt_xwr |= REPEAT_BYTE(1ull << 6); /* bits 0..2 must not be 110 */
4968 bad_mt_xwr |= REPEAT_BYTE(1ull << 4);
4970 rsvd_check->bad_mt_xwr = bad_mt_xwr;
[all...]
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h422 u64 bad_mt_xwr; member in struct:rsvd_bits_validate

Completed in 329 milliseconds