Home
last modified time | relevance | path

Searched refs:cpu_clrf (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/arch/vax/vax/
H A Dautoconf.c80 if (dep_call->cpu_clrf) in cpu_configure()
81 (*dep_call->cpu_clrf)(); in cpu_configure()
H A Dka410.c71 .cpu_clrf = ka410_clrf,
H A Dka630.c70 .cpu_clrf = ka630_clrf,
H A Dka730.c97 .cpu_clrf = ka730_clrf,
H A Dka43.c74 .cpu_clrf = ka43_clrf,
H A Dka750.c95 .cpu_clrf = ka750_clrf,
H A Dka860.c82 .cpu_clrf = ka86_clrf,
/netbsd-src/sys/arch/vax/include/
H A Dcpu.h74 void (*cpu_clrf)(void); /* Clear cold/warm start flags */ member