Searched refs:vec_base (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/csky/include/asm/
H A Dtraps.h36 extern void *vec_base[];
40 vec_base[i] = (void *)func; \
/linux-master/arch/csky/kernel/
H A Dvmlinux.lds.S18 vec_base = .; \ define
H A Dtraps.c52 mtcr("vbr", vec_base);
77 mtcr("cr<28, 0>", virt_to_phys(vec_base));
H A Dsmp.c251 mtcr("vbr", vec_base);
/linux-master/drivers/irqchip/
H A Dirq-loongson-pch-pic.c282 static int pch_pic_init(phys_addr_t addr, unsigned long size, int vec_base, argument
297 priv->ht_vec_base = vec_base;
332 int err, vec_base; local
345 if (of_property_read_u32(node, "loongson,pic-base-vec", &vec_base)) {
350 err = pch_pic_init(res.start, resource_size(&res), vec_base,
/linux-master/arch/arc/kernel/
H A Dsetup.c296 unsigned long vec_base; local
322 vec_base = read_aux_reg(AUX_INTR_VEC_BASE);
330 vec_base);

Completed in 144 milliseconds