OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:its_gic
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/cortex/
gicv3_its.h
77
struct gicv3_softc *
its_gic
;
member in struct:gicv3_its
gicv3_its.c
343
device_printf(its->
its_gic
->sc_dev,
359
KASSERT(its->
its_gic
->sc_lpi_pool != NULL);
361
if (vmem_alloc(its->
its_gic
->sc_lpi_pool, 1, VM_INSTANTFIT|VM_SLEEP, &n) != 0)
377
KASSERT(its->
its_gic
->sc_lpi_pool != NULL);
384
vmem_free(its->
its_gic
->sc_lpi_pool, lpi - its->its_pic->pic_irqbase, 1);
431
gicv3_dma_alloc(its->
its_gic
, &pt->pt_dma, itstab->tab_l2_entry_size,
453
gicv3_dma_alloc(its->
its_gic
, &dev->dev_itt, itt_size, GITS_ITT_ALIGN);
981
struct gicv3_softc * const sc = its->
its_gic
;
1083
its->
its_gic
= sc;
Completed in 16 milliseconds
Indexes created Wed Oct 22 06:10:02 GMT 2025