Home
last modified time | relevance | path

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

/openbsd/src/sys/arch/sparc64/include/
Dpte.h181 #define SUN4V_TLB_ACCESS 0x0000000000000010LL macro
/openbsd/src/sys/arch/sparc64/sparc64/
Dlocore.s2088 or %g4, SUN4V_TLB_ACCESS, %g7 ! Update the access bit
2090 btst SUN4V_TLB_ACCESS, %g4 ! Need to update access git?
2096 or %g4, SUN4V_TLB_ACCESS, %g4 ! Update the modified bit
2137 or %g4, SUN4V_TLB_MODIFY|SUN4V_TLB_ACCESS|SUN4V_TLB_W, %g7
2150 or %g4, SUN4V_TLB_MODIFY|SUN4V_TLB_ACCESS|SUN4V_TLB_W, %g4
2296 or %g4, SUN4V_TLB_ACCESS, %g7 ! Update the access bit
2298 btst SUN4V_TLB_ACCESS, %g4 ! Need to update access git?
2304 or %g4, SUN4V_TLB_ACCESS, %g4 ! Update the modified bit
2345 or %g4, SUN4V_TLB_MODIFY|SUN4V_TLB_ACCESS|SUN4V_TLB_W, %g7
2358 or %g4, SUN4V_TLB_MODIFY|SUN4V_TLB_ACCESS|SUN4V_TLB_W, %g4
[all …]
Dgenassym.cf207 export SUN4V_TLB_ACCESS
Dpmap.c129 return (((tte & SUN4V_TLB_ACCESS) ? PV_REF : 0) | in pmap_tte2flags()
2287 if (data & SUN4V_TLB_ACCESS) in pmap_clear_reference()
2289 data &= ~SUN4V_TLB_ACCESS; in pmap_clear_reference()