Searched refs:CR4_PCE (Results 1 – 7 of 7) sorted by relevance
81 #define CR4_PCE 0x0100 /* perf-monitoring counter enable */ macro
836 setcr4(curcr4 | CR4_PCE); in opt_pcbe_program()838 setcr4(curcr4 & ~CR4_PCE); in opt_pcbe_program()880 setcr4(getcr4() & ~CR4_PCE); in opt_pcbe_allstop()
922 setcr4(curcr4 | CR4_PCE); in p4_pcbe_program()924 setcr4(curcr4 & ~CR4_PCE); in p4_pcbe_program()996 setcr4(getcr4() & ~CR4_PCE); in p4_pcbe_allstop()
1359 setcr4(curcr4 | CR4_PCE); in core_pcbe_program()1362 setcr4(curcr4 & ~CR4_PCE); in core_pcbe_program()1445 setcr4(getcr4() & ~CR4_PCE); in core_pcbe_allstop()
104 #define CR4_PCE 0x0100 /* perf-monitoring counter enable */ macro
914 { "PCE", CR4_PCE, CR4_PCE }, in crregs_dcmd()
325 rm->rm_cr4 &= ~(CR4_MCE | CR4_PCE); in mach_cpucontext_xalloc()