Home | Sort by: relevance | last modified time | path |
/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; |