Lines Matching refs:low
48 uint low, high; in ppro_setup_ctrs() local
53 CTRL_READ(low, high, msrs, i); in ppro_setup_ctrs()
54 CTRL_CLEAR(low); in ppro_setup_ctrs()
55 CTRL_WRITE(low, high, msrs, i); in ppro_setup_ctrs()
68 CTRL_READ(low, high, msrs, i); in ppro_setup_ctrs()
69 CTRL_CLEAR(low); in ppro_setup_ctrs()
70 CTRL_SET_ENABLE(low); in ppro_setup_ctrs()
71 CTRL_SET_USR(low, sysctl.ctr[i].user); in ppro_setup_ctrs()
72 CTRL_SET_KERN(low, sysctl.ctr[i].kernel); in ppro_setup_ctrs()
73 CTRL_SET_UM(low, sysctl.ctr[i].unit_mask); in ppro_setup_ctrs()
74 CTRL_SET_EVENT(low, sysctl.ctr[i].event); in ppro_setup_ctrs()
75 CTRL_WRITE(low, high, msrs, i); in ppro_setup_ctrs()
85 ulong low, high; in ppro_check_ctrs() local
88 CTR_READ(low, high, msrs, i); in ppro_check_ctrs()
89 if (CTR_OVERFLOWED(low)) { in ppro_check_ctrs()
99 uint low, high; in ppro_start() local
100 CTRL_READ(low, high, msrs, 0); in ppro_start()
101 CTRL_SET_ACTIVE(low); in ppro_start()
102 CTRL_WRITE(low, high, msrs, 0); in ppro_start()
108 uint low, high; in ppro_stop() local
109 CTRL_READ(low, high, msrs, 0); in ppro_stop()
110 CTRL_SET_INACTIVE(low); in ppro_stop()
111 CTRL_WRITE(low, high, msrs, 0); in ppro_stop()