Lines Matching refs:cr3
62 ptu_uint_eq(asid.cr3, pt_asid_no_cr3); in from_user_default()
78 ptu_uint_eq(asid.cr3, pt_asid_no_cr3); in from_user_small()
90 user.cr3 = 0x4200ull; in from_user_big()
96 ptu_uint_eq(asid.cr3, 0x4200ull); in from_user_big()
108 user.cr3 = 0x4200ull; in from_user()
114 ptu_uint_eq(asid.cr3, 0x4200ull); in from_user()
126 user.cr3 = 0x4200ull; in from_user_cr3()
132 ptu_uint_eq(asid.cr3, 0x4200ull); in from_user_cr3()
181 ptu_uint_eq(user.cr3, 0xccccccccccccccccull); in to_user_small()
194 asid.cr3 = 0x4200ull; in to_user_big()
200 ptu_uint_eq(user.cr3, 0x4200ull); in to_user_big()
213 asid.cr3 = 0x4200ull; in to_user()
219 ptu_uint_eq(user.cr3, 0x4200ull); in to_user()
232 asid.cr3 = 0x4200ull; in to_user_cr3()
237 ptu_uint_eq(user.cr3, 0x4200ull); in to_user_cr3()
273 lhs.cr3 = 0x2300ull; in match_default()
296 lhs.cr3 = 0x2300ull; in match_default_mixed()
316 lhs.cr3 = 0x2300ull; in match_cr3()
317 rhs.cr3 = 0x2300ull; in match_cr3()
350 lhs.cr3 = 0x2300ull; in match()
351 rhs.cr3 = 0x2300ull; in match()
369 lhs.cr3 = 0x4200ull; in match_cr3_false()
370 rhs.cr3 = 0x2300ull; in match_cr3_false()