Home
last modified time | relevance | path

Searched refs:GIC_CPU_PRIMASK (Results 1 – 7 of 7) sorted by relevance

/libcpu/arm/zynqmp-r5/
A Dgic.c29 #define GIC_CPU_PRIMASK(hw_base) __REG32((hw_base) + 0x04) macro
188 GIC_CPU_PRIMASK(cpu_base) = 0xf0; in arm_gic_cpu_init()
/libcpu/aarch64/common/
A Dgic.c36 #define GIC_CPU_PRIMASK(hw_base) __REG32((hw_base) + 0x04U) macro
283 GIC_CPU_PRIMASK(_gic_table[index].cpu_hw_base) = priority & 0xFFUL; in arm_gic_set_interface_prior_mask()
290 return GIC_CPU_PRIMASK(_gic_table[index].cpu_hw_base); in arm_gic_get_interface_prior_mask()
459 GIC_CPU_PRIMASK(cpu_base) = 0xf0U; in arm_gic_cpu_init()
/libcpu/arm/cortex-a/
A Dgic.c34 #define GIC_CPU_PRIMASK(hw_base) __REG32((hw_base) + 0x04U) macro
281 GIC_CPU_PRIMASK(_gic_table[index].cpu_hw_base) = priority & 0xFFUL; in arm_gic_set_interface_prior_mask()
288 return GIC_CPU_PRIMASK(_gic_table[index].cpu_hw_base); in arm_gic_get_interface_prior_mask()
440 GIC_CPU_PRIMASK(cpu_base) = 0xf0U; in arm_gic_cpu_init()
A Dgicv3.h78 #define GIC_CPU_PRIMASK(hw_base) __REG32((hw_base) + 0x04U) macro
/libcpu/arm/realview-a8-vmm/
A Dgic.c28 #define GIC_CPU_PRIMASK(hw_base) __REG32((hw_base) + 0x04) macro
264 GIC_CPU_PRIMASK(cpu_base) = 0xf0; in arm_gic_cpu_init()
/libcpu/arm/cortex-r52/
A Dgicv3.h78 #define GIC_CPU_PRIMASK(hw_base) __REG32((hw_base) + 0x04U) macro
/libcpu/aarch64/common/include/
A Dgicv3.h77 #define GIC_CPU_PRIMASK(hw_base) HWREG32((hw_base) + 0x04U) macro

Completed in 66 milliseconds