Lines Matching refs:vmcs
63 ptu_uint_eq(asid.vmcs, pt_asid_no_vmcs); in from_user_default()
79 ptu_uint_eq(asid.vmcs, pt_asid_no_vmcs); in from_user_small()
91 user.vmcs = 0x23000ull; in from_user_big()
97 ptu_uint_eq(asid.vmcs, 0x23000ull); in from_user_big()
109 user.vmcs = 0x23000ull; in from_user()
115 ptu_uint_eq(asid.vmcs, 0x23000ull); in from_user()
125 user.size = offsetof(struct pt_asid, vmcs); in from_user_cr3()
127 user.vmcs = 0x23000ull; in from_user_cr3()
133 ptu_uint_eq(asid.vmcs, pt_asid_no_vmcs); in from_user_cr3()
182 ptu_uint_eq(user.vmcs, 0xccccccccccccccccull); in to_user_small()
195 asid.vmcs = 0x23000ull; in to_user_big()
201 ptu_uint_eq(user.vmcs, 0x23000ull); in to_user_big()
214 asid.vmcs = 0x23000ull; in to_user()
220 ptu_uint_eq(user.vmcs, 0x23000ull); in to_user()
234 errcode = pt_asid_to_user(&user, &asid, offsetof(struct pt_asid, vmcs)); in to_user_cr3()
236 ptu_uint_eq(user.size, offsetof(struct pt_asid, vmcs)); in to_user_cr3()
238 ptu_uint_eq(user.vmcs, 0xccccccccccccccccull); in to_user_cr3()
274 lhs.vmcs = 0x42000ull; in match_default()
297 rhs.vmcs = 0x42000ull; in match_default_mixed()
333 lhs.vmcs = 0x23000ull; in match_vmcs()
334 rhs.vmcs = 0x23000ull; in match_vmcs()
352 lhs.vmcs = 0x23000ull; in match()
353 rhs.vmcs = 0x23000ull; in match()
386 lhs.vmcs = 0x42000ull; in match_vmcs_false()
387 rhs.vmcs = 0x23000ull; in match_vmcs_false()