OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dep_call
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/arch/vax/vax/
locore.c
109
dep_call
= &ka780_calls;
116
dep_call
= &ka750_calls;
122
dep_call
= &ka730_calls;
128
dep_call
= &ka860_calls;
135
dep_call
= &ka410_calls;
147
dep_call
= &ka410_calls;
154
dep_call
= &ka43_calls;
161
dep_call
= &ka46_calls;
171
dep_call
= &ka48_calls;
181
dep_call
= &vxt_calls
[
all
...]
autoconf.c
65
const struct cpu_dep *
dep_call
;
variable in typeref:typename:const struct cpu_dep *
80
if (
dep_call
->cpu_clrf)
81
(*
dep_call
->cpu_clrf)();
135
for (devp =
dep_call
->cpu_devs; *devp != NULL; devp++) {
179
if (
dep_call
->cpu_attach_cpu != NULL)
180
(*
dep_call
->cpu_attach_cpu)(self);
scb.c
59
int scb_size =
dep_call
->cpu_scbsz;
104
} else if (
dep_call
->cpu_flags & CPU_RAISEIPL) {
clock.c
136
__asm ("1: sobgtr %0, 1b" : : "r" (
dep_call
->cpu_vups * i));
164
return (*
dep_call
->cpu_gettime)(tvp);
170
(*
dep_call
->cpu_settime)(tvp);
machdep.c
189
if (
dep_call
->cpu_conf)
190
(*
dep_call
->cpu_conf)();
349
if (
dep_call
->cpu_halt)
350
(*
dep_call
->cpu_halt) ();
392
if (
dep_call
->cpu_reboot)
393
(*
dep_call
->cpu_reboot)(showto);
intvec.S
166
movl _C_LABEL(
dep_call
),%r6 # CPU dependent mchk handling
181
movl _C_LABEL(
dep_call
),%r0 # get CPU-specific mchk handler
297
movl _C_LABEL(
dep_call
),%r0
pmap.c
357
if (
dep_call
->cpu_steal_pages)
358
(*
dep_call
->cpu_steal_pages)();
/src/sys/arch/vax/include/
cpu.h
109
extern const struct cpu_dep *
dep_call
;
Completed in 16 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025