Home
last modified time | relevance | path

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

/openbsd/src/sys/arch/amd64/include/
Dpctr.h35 #define PCTR_UM_M 0x0800 /* Modified cache lines */ macro
39 #define PCTR_UM_MESI (PCTR_UM_M|PCTR_UM_E|PCTR_UM_S|PCTR_UM_I)
/openbsd/src/sys/arch/i386/include/
Dpctr.h39 #define PCTR_UM_M 0x0800 /* Modified cache lines */ macro
43 #define PCTR_UM_MESI (PCTR_UM_M|PCTR_UM_E|PCTR_UM_S|PCTR_UM_I)
/openbsd/src/usr.bin/pctr/
Dpctr.c280 sel & PCTR_UM_M ? 'M' : '-', in pctr_fn2str()
462 val |= PCTR_UM_M; in pctr_set_cntr()