Searched refs:tl (Results 1 – 19 of 19) sorted by relevance
/arch/sparc/kernel/ |
D | etrap_64.S | 173 rdpr %tl, %g1 175 wrpr %g0, 1, %tl 185 wrpr %g0, 2, %tl 200 wrpr %g0, 3, %tl 210 wrpr %g0, 4, %tl 223 wrpr %g0, 1, %tl
|
D | cherrs.S | 181 rdpr %tl, %g1 ! Save original trap level 184 1: wrpr %g2, %tl ! Set trap level to check 188 wrpr %g1, %tl ! Restore original trap level 193 wrpr %g1, %tl ! Restore original trap level 234 rdpr %tl, %g1 ! Save original trap level 237 1: wrpr %g2, %tl ! Set trap level to check 241 wrpr %g1, %tl ! Restore original trap level 246 wrpr %g1, %tl ! Restore original trap level
|
D | dtlb_prot.S | 22 rdpr %tl, %g1 ! Need a winfixup?
|
D | entry.h | 148 extern void sun4v_itlb_error_report(struct pt_regs *regs, int tl); 155 extern void sun4v_dtlb_error_report(struct pt_regs *regs, int tl);
|
D | sun4v_tlb_miss.S | 142 rdpr %tl, %g1 209 rdpr %tl, %g4 236 rdpr %tl, %g4 318 rdpr %tl, %g2
|
D | spiterrs.S | 30 rdpr %tl, %g3 79 rdpr %tl, %g2
|
D | hvtramp.S | 43 wrpr %g0, 0, %tl
|
D | misctrap.S | 27 rdpr %tl, %g3
|
D | traps_64.c | 58 unsigned long tl; member 66 "dumping track stack.\n", p->tl); in dump_tl1_traplog() 1957 void sun4v_itlb_error_report(struct pt_regs *regs, int tl) in sun4v_itlb_error_report() argument 1959 if (tl > 1) in sun4v_itlb_error_report() 1963 regs->tpc, tl); in sun4v_itlb_error_report() 1981 void sun4v_dtlb_error_report(struct pt_regs *regs, int tl) in sun4v_dtlb_error_report() argument 1983 if (tl > 1) in sun4v_dtlb_error_report() 1987 regs->tpc, tl); in sun4v_dtlb_error_report()
|
D | rtrap_64.S | 271 wrpr %g0, 0x1, %tl 345 wrpr %g0, 0x0, %tl
|
D | ktlb.S | 290 rdpr %tl, %g3
|
D | tsb.S | 246 rdpr %tl, %g3
|
D | head_64.S | 598 wrpr %g0, 0x0, %tl
|
/arch/um/include/shared/ |
D | net_kern.h | 28 struct timer_list tl; member
|
/arch/xtensa/platforms/iss/ |
D | network.c | 77 struct timer_list tl; member 712 init_timer(&lp->tl); in iss_net_configure() 713 lp->tl.function = iss_net_user_timer_expire; in iss_net_configure()
|
/arch/sparc/mm/ |
D | ultra.S | 189 wrpr %g0, 1, %tl 202 wrpr %g0, 0, %tl 212 wrpr %g0, 1, %tl 232 wrpr %g0, 0, %tl
|
/arch/um/drivers/ |
D | net_kern.c | 175 lp->tl.data = (unsigned long) &lp->user; in uml_net_open() 465 init_timer(&lp->tl); in eth_configure() 467 lp->tl.function = uml_net_user_timer_expire; in eth_configure()
|
/arch/ia64/include/asm/ |
D | pal.h | 420 tl : 1, /* 1 => MC occurred member 497 tl : 1, /* Failure in tag part member 701 #define pmci_proc_trap_lost pme_processor.tl 719 #define pmci_cache_line_tag_fail pme_cache.tl
|
/arch/sparc/include/asm/ |
D | hypervisor.h | 1214 unsigned char tl; /* Trap level */ member
|