Home
last modified time | relevance | path

Searched defs:pvr (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/arch/powerpc64/powerpc64/
H A Dcpu.c42 #define CPU_VERSION(pvr) ((pvr) >> 16) argument
43 #define CPU_REV_MAJ(pvr) (((pvr) >> 8) & 0xf) argument
44 #define CPU_REV_MIN(pvr) (((pvr) >> 0) & 0xf) argument
106 uint32_t pvr, clock_freq, iline, dline; in cpu_attach() local
225 uint32_t pvr = mfpvr(); in cpu_init_features() local
/openbsd/usr.sbin/hostctl/
H A Dhostctl.c100 struct pvbus_req pvr; in main() local
/openbsd/sys/dev/pv/
H A Dpvbus.c395 struct pvbus_req *pvr = (struct pvbus_req *)data; in pvbusioctl() local
/openbsd/sys/arch/macppc/macppc/
H A Dcpu.c194 u_int32_t cpu, pvr, hid0; in cpuattach() local