Searched refs:gic_base (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/mips/kernel/
H A Dvdso.c93 unsigned long gic_size, vvar_size, size, base, data_addr, vdso_addr, gic_pfn, gic_base; local
161 gic_base = (unsigned long)mips_gic_base + MIPS_GIC_USER_OFS;
162 gic_pfn = PFN_DOWN(__pa(gic_base));
/linux-master/drivers/irqchip/
H A Dirq-mips-gic.c739 phys_addr_t gic_base; local
763 gic_base = read_gcr_gic_base() &
767 &gic_base);
773 gic_base = res.start;
778 write_gcr_gic_base(gic_base | CM_GCR_GIC_BASE_GICEN);
783 mips_gic_base = ioremap(gic_base, gic_len);
785 pr_err("Failed to ioremap gic_base\n");
H A Dirq-gic.c65 union gic_base { union
71 union gic_base dist_base;
72 union gic_base cpu_base;
137 static inline void __iomem *__get_base(union gic_base *base)
/linux-master/arch/mips/include/asm/
H A Dmips-cm.h204 GCR_ACCESSOR_RW(64, 0x080, gic_base)

Completed in 139 milliseconds