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

/linux-master/include/asm-generic/
H A Dirq_regs.h24 static inline struct pt_regs *set_irq_regs(struct pt_regs *new_regs) argument
29 __this_cpu_write(__irq_regs, new_regs);
/linux-master/arch/mips/include/asm/
H A Dirq_regs.h18 static inline struct pt_regs *set_irq_regs(struct pt_regs *new_regs) argument
23 current_thread_info()->regs = new_regs;
/linux-master/arch/loongarch/include/asm/
H A Dirq_regs.h17 static inline struct pt_regs *set_irq_regs(struct pt_regs *new_regs) argument
22 current_thread_info()->regs = new_regs;
/linux-master/tools/testing/selftests/kvm/
H A Dget-reg-list.c165 int new_regs = 0, missing_regs = 0, i, n; local
266 ++new_regs;
271 if (new_regs || missing_regs) {
281 if (new_regs) {
284 "list with the following lines:\n\n", config_name(c), new_regs);
/linux-master/drivers/video/fbdev/
H A Dsa1100fb.c612 struct sa1100fb_lcd_reg new_regs; local
652 new_regs.lccr0 = fbi->inf->lccr0 |
656 new_regs.lccr1 =
670 new_regs.lccr2 =
677 new_regs.lccr3 = LCCR3_PixClkDiv(pcd) | fbi->inf->lccr3 |
681 dev_dbg(fbi->dev, "nlccr0 = 0x%08lx\n", new_regs.lccr0);
682 dev_dbg(fbi->dev, "nlccr1 = 0x%08lx\n", new_regs.lccr1);
683 dev_dbg(fbi->dev, "nlccr2 = 0x%08lx\n", new_regs.lccr2);
684 dev_dbg(fbi->dev, "nlccr3 = 0x%08lx\n", new_regs.lccr3);
694 fbi->reg_lccr0 = new_regs
[all...]
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_hdmi.c3365 struct debugfs_reg32 *regs, *new_regs; local
3386 new_regs = krealloc(regs, count * sizeof(*regs), GFP_KERNEL);
3387 if (!new_regs)
3391 regset->regs = new_regs;
3394 ret = drmm_add_action_or_reset(drm, vc4_hdmi_free_regset, new_regs);

Completed in 138 milliseconds