Home
last modified time | relevance | path

Searched refs:ap0 (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm64/boot/dts/marvell/
H A Darmada-8080.dtsi8 #include "armada-ap810-ap0-octa-core.dtsi"
H A Darmada-ap810-ap0-octa-core.dtsi8 #include "armada-ap810-ap0.dtsi"
/linux/arch/arm64/kvm/hyp/
H A Dvgic-v3-sr.c715 u32 ap0, ap1; in __vgic_v3_clear_highest_active_priority() local
718 ap0 = __vgic_v3_read_ap0rn(i); in __vgic_v3_clear_highest_active_priority()
720 if (!ap0 && !ap1) { in __vgic_v3_clear_highest_active_priority()
725 c0 = ap0 ? __ffs(ap0) : 32; in __vgic_v3_clear_highest_active_priority()
730 ap0 &= ~BIT(c0); in __vgic_v3_clear_highest_active_priority()
731 __vgic_v3_write_ap0rn(ap0, i); in __vgic_v3_clear_highest_active_priority()