Home
last modified time | relevance | path

Searched refs:GIC_CPU_IIDR (Results 1 – 8 of 8) sorted by relevance

/libcpu/aarch64/common/
A Dgic.c42 #define GIC_CPU_IIDR(hw_base) __REG32((hw_base) + 0xFCU) macro
341 return GIC_CPU_IIDR(_gic_table[index].cpu_hw_base); in arm_gic_get_interface_id()
A Dgicv3.c522 ret = GIC_CPU_IIDR(_gic_table[index].cpu_hw_base[cpuid]); in arm_gic_get_interface_id()
/libcpu/arm/cortex-a/
A Dgic.c40 #define GIC_CPU_IIDR(hw_base) __REG32((hw_base) + 0xFCU) macro
338 return GIC_CPU_IIDR(_gic_table[index].cpu_hw_base); in arm_gic_get_interface_id()
A Dgicv3.h84 #define GIC_CPU_IIDR(hw_base) __REG32((hw_base) + 0xFCU) macro
A Dgicv3.c426 return GIC_CPU_IIDR(_gic_table[index].cpu_hw_base); in arm_gic_get_interface_id()
/libcpu/arm/cortex-r52/
A Dgicv3.h84 #define GIC_CPU_IIDR(hw_base) __REG32((hw_base) + 0xFCU) macro
A Dgicv3.c392 return GIC_CPU_IIDR(_gic_table[index].cpu_hw_base); in arm_gic_get_interface_id()
/libcpu/aarch64/common/include/
A Dgicv3.h83 #define GIC_CPU_IIDR(hw_base) HWREG32((hw_base) + 0xFCU) macro

Completed in 67 milliseconds