Searched refs:SUN4V_TLB_ACCESS (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/sys/arch/sparc64/include/ |
| D | pte.h | 181 #define SUN4V_TLB_ACCESS 0x0000000000000010LL macro
|
| /openbsd/src/sys/arch/sparc64/sparc64/ |
| D | locore.s | 2088 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 …]
|
| D | genassym.cf | 207 export SUN4V_TLB_ACCESS
|
| D | pmap.c | 129 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()
|