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

  /src/sys/arch/arm/cortex/
gicv3.c 179 const u_int ipriority_val = IPL_TO_PRIORITY(sc, is->is_ipl); local in function:gicv3_establish_irq
199 ipriority |= (ipriority_val << ipriority_shift);
225 ipriority |= (ipriority_val << ipriority_shift);
311 const u_int ipriority_val = IPL_TO_PRIORITY(sc, is->is_ipl); local in function:gicv3_redist_enable
312 priority |= ipriority_val << byte_shift;
gicv3.c 179 const u_int ipriority_val = IPL_TO_PRIORITY(sc, is->is_ipl); local in function:gicv3_establish_irq
199 ipriority |= (ipriority_val << ipriority_shift);
225 ipriority |= (ipriority_val << ipriority_shift);
311 const u_int ipriority_val = IPL_TO_PRIORITY(sc, is->is_ipl); local in function:gicv3_redist_enable
312 priority |= ipriority_val << byte_shift;

Completed in 415 milliseconds