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

  /src/sys/arch/arm/cortex/
gicv3.c 876 const bool dist_ns = gicv3_dist_is_nonsecure(sc); local in function:gicv3_init
877 sc->sc_priority_shift = dist_ns ? GIC_PRIO_SHIFT_NS : GIC_PRIO_SHIFT_S;
889 dist_ns ? "non-" : "",
gicv3.c 876 const bool dist_ns = gicv3_dist_is_nonsecure(sc); local in function:gicv3_init
877 sc->sc_priority_shift = dist_ns ? GIC_PRIO_SHIFT_NS : GIC_PRIO_SHIFT_S;
889 dist_ns ? "non-" : "",
gicv3.c 876 const bool dist_ns = gicv3_dist_is_nonsecure(sc); local in function:gicv3_init
877 sc->sc_priority_shift = dist_ns ? GIC_PRIO_SHIFT_NS : GIC_PRIO_SHIFT_S;
889 dist_ns ? "non-" : "",

Completed in 35 milliseconds