OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vax_cputype
(Results
1 - 12
of
12
) sorted by relevancy
/src/sys/arch/vax/vax/
findcpu.c
42
* running on and thus initializes/uses
vax_cputype
and vax_boardtype.
46
int
vax_cputype
; /* highest byte of SID register */
variable in typeref:typename:int
61
vax_cputype
= vax_cpudata >> 24;
62
vax_boardtype =
vax_cputype
<< 24;
64
switch (
vax_cputype
) {
ka410.c
85
switch (
vax_cputype
) {
gencons.c
276
if ((
vax_cputype
< VAX_TYP_UV2) || /* All older has MTPR console */
300
if (
vax_cputype
== VAX_TYP_8SS) {
328
if (
vax_cputype
== VAX_TYP_8NN) {
cfl.c
137
if (
vax_cputype
!= VAX_780)
crl.c
107
if (
vax_cputype
!= VAX_8600)
intvec.S
190
0: cmpl _C_LABEL(
vax_cputype
),$1 # Is it a 11/780?
196
1: cmpl _C_LABEL(
vax_cputype
),$4 # Is it a 8600?
ka88.c
329
if (
vax_cputype
== VAX_TYP_8NN) {
/src/sys/arch/vax/include/
sid.h
34
#define cputype
vax_cputype
210
extern int
vax_cputype
; /* general, highest byte of the SID-register */
/src/sys/arch/vax/boot/xxboot/
bootxx.c
80
int
vax_cputype
;
variable in typeref:typename:int
105
vax_cputype
= (mfpr(PR_SID) >> 24) & 0xFF;
124
if (rpb->devtyp != BDEV_HP &&
vax_cputype
== VAX_TYP_750)
/src/sys/arch/vax/mba/
mba.c
97
if (
vax_cputype
== VAX_750) {
/src/sys/dev/mscp/
mscp_subr.c
405
(
vax_cputype
== VAX_780 ||
vax_cputype
== VAX_8600 ? MP_PI : 0));
/src/sys/dev/qbus/
uda.c
222
sc->sc_unit.uu_keepbdp =
vax_cputype
== VAX_750 ? 1 : 0;
Completed in 17 milliseconds
Indexes created Sun Oct 19 01:09:53 GMT 2025