Home
last modified time | relevance | path

Searched refs:ap1 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/arm64/kvm/hyp/
H A Dvgic-v3-sr.c643 u32 ap0, ap1; in __vgic_v3_clear_highest_active_priority() local
647 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()
/openbmc/qemu/hw/scsi/
H A Dmptconfig.c114 static size_t vpack(uint8_t **p_data, const char *fmt, va_list ap1) in vpack() argument
122 va_copy(ap2, ap1); in vpack()
127 return vfill(data, size, fmt, ap1); in vpack()