Searched refs:ap1 (Results 1 – 2 of 2) sorted by relevance
643 u32 ap0, ap1; in __vgic_v3_clear_highest_active_priority() local647 ap1 = __vgic_v3_read_ap1rn(i); in __vgic_v3_clear_highest_active_priority()648 if (!ap0 && !ap1) { in __vgic_v3_clear_highest_active_priority()654 c1 = ap1 ? __ffs(ap1) : 32; in __vgic_v3_clear_highest_active_priority()662 ap1 &= ~BIT(c1); in __vgic_v3_clear_highest_active_priority()663 __vgic_v3_write_ap1rn(ap1, i); in __vgic_v3_clear_highest_active_priority()
114 static size_t vpack(uint8_t **p_data, const char *fmt, va_list ap1) in vpack() argument122 va_copy(ap2, ap1); in vpack()127 return vfill(data, size, fmt, ap1); in vpack()