Searched refs:VTTBR_VMID_SHIFT (Results 1 – 3 of 3) sorted by relevance
167 #define VTTBR_VMID_SHIFT (UL(48)) macro168 #define VTTBR_VMID_MASK (UL(0xFF) << VTTBR_VMID_SHIFT)
166 #define VTTBR_VMID_SHIFT (48LLU) macro167 #define VTTBR_VMID_MASK (0xffLLU << VTTBR_VMID_SHIFT)
433 vmid = ((u64)(kvm->arch.vmid) << VTTBR_VMID_SHIFT) & VTTBR_VMID_MASK; in update_vttbr()