HomeSort by: relevance | last modified time | path
    Searched defs:cpuif_ns (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/arm/cortex/
gicv3.c 878 const bool cpuif_ns = gicv3_cpuif_is_nonsecure(sc); local in function:gicv3_init
879 sc->sc_pmr_shift = cpuif_ns ? GIC_PRIO_SHIFT_NS : GIC_PRIO_SHIFT_S;
888 cpuif_ns ? "non-" : "",

Completed in 12 milliseconds