OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:intrmapptr
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/sparc64/dev/
psycho.c
258
volatile uint64_t *
intrmapptr
= NULL;
local
262
for (
intrmapptr
= &sc->sc_regs->scsi_int_map;
263
intrmapptr
< &sc->sc_regs->ue_int_map;
264
intrmapptr
++)
265
printf("%p: %llx\n",
intrmapptr
,
266
(unsigned long long)*
intrmapptr
);
269
for (
intrmapptr
= &sc->sc_regs->pcia_slot0_int;
270
intrmapptr
<= &sc->sc_regs->pcib_slot3_int;
271
intrmapptr
++)
272
printf("%p: %llx\n",
intrmapptr
,
1256
volatile uint64_t *
intrmapptr
= NULL, *intrclrptr = NULL;
local
[
all
...]
fhc.c
233
volatile u_int64_t *
intrmapptr
= NULL, *intrclrptr = NULL;
local
246
intrmapptr
= &intrregs->imap;
256
ih->ih_map =
intrmapptr
;
269
if (
intrmapptr
!= NULL) {
272
r = *
intrmapptr
;
274
*
intrmapptr
= r;
275
r = *
intrmapptr
;
ebus_mainbus.c
276
volatile u_int64_t *
intrmapptr
= NULL, *intrclrptr = NULL;
local
349
intrmapptr
= &imap[ino];
356
ih->ih_map =
intrmapptr
;
368
if (
intrmapptr
!= NULL) {
371
imapval = *
intrmapptr
;
374
*
intrmapptr
= imapval;
375
imapval = *
intrmapptr
;
pyro.c
560
volatile u_int64_t *
intrmapptr
= NULL, *intrclrptr = NULL;
local
576
intrmapptr
= &imapbase[ino];
578
DPRINTF(PDB_INTR, (" mapptr %p clrptr %p\n",
intrmapptr
, intrclrptr));
585
ih->ih_map =
intrmapptr
;
597
if (
intrmapptr
!= NULL) {
600
imap = *
intrmapptr
;
618
*
intrmapptr
= imap;
621
imap = *
intrmapptr
;
schizo.c
812
volatile uint64_t *
intrmapptr
= NULL, *intrclrptr = NULL;
local
840
intrmapptr
= (uint64_t *)(uintptr_t)(intrregs + mapoff);
849
ih->ih_map =
intrmapptr
;
869
if (
intrmapptr
) {
877
DPRINTF(SDB_INTR, ("; addr of
intrmapptr
= %p",
intrmapptr
));
Completed in 17 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026