OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:opicops
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/powerpc/pic/
pic_openpic.c
54
struct openpic_ops *
opicops
;
local in function:setup_openpic
60
opicops
= kmem_alloc(sizeof(*
opicops
), KM_SLEEP);
61
pic = &
opicops
->pic;
80
opicops
->isu = NULL;
81
opicops
->nrofisus = 0; /* internal only */
82
opicops
->flags = 0; /* no flags (yet) */
83
opicops
->irq_per = NULL; /* internal ISU only */
pic_distopenpic.c
62
struct openpic_ops *
opicops
;
local in function:setup_distributed_openpic
68
opicops
= kmem_alloc(sizeof(*
opicops
), KM_SLEEP);
69
pic = &
opicops
->pic;
75
opicops
->nrofisus = nrofisus;
76
opicops
->isu = kmem_alloc(sizeof(volatile u_char *) * nrofisus,
78
opicops
->irq_per = kmem_alloc(sizeof(uint8_t) * nrofisus, KM_SLEEP);
81
opicops
->isu[i] = (void *)isu[i];
82
opicops
->irq_per[i] = maps[i]/0x20;
99
opicops
->flags = OPENPIC_FLAG_DIST
[
all
...]
Completed in 12 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025