Home
last modified time | relevance | path

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

/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_asid.c87 uint64_t lcr3, rcr3, lvmcs, rvmcs; in pt_asid_match() local
92 lcr3 = lhs->cr3; in pt_asid_match()
95 if (lcr3 != rcr3 && lcr3 != pt_asid_no_cr3 && rcr3 != pt_asid_no_cr3) in pt_asid_match()