Home
last modified time | relevance | path

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

/linux/drivers/mfd/
H A Dmt6358-irq.c102 unsigned int i, top_gp, gp_offset, en_reg, int_regs, shift; in pmic_irq_sync_unlock() local
117 gp_offset = i - irqd->pmic_ints[top_gp].hwirq_base; in pmic_irq_sync_unlock()
118 int_regs = gp_offset / MTK_PMIC_REG_WIDTH; in pmic_irq_sync_unlock()
119 shift = gp_offset % MTK_PMIC_REG_WIDTH; in pmic_irq_sync_unlock()
/linux/arch/x86/include/asm/
H A Dbug.h146 unsigned int gp_offset; member
/linux/arch/x86/kernel/
H A Dtraps.c261 args->args.gp_offset = 1*8; in __warn_args()