Home
last modified time | relevance | path

Searched refs:tl (Results 1 – 20 of 20) sorted by relevance

/arch/x86/crypto/
Dcamellia_glue.c852 u32 dw, tl, tr; in camellia_setup_tail() local
963 tl = (subRL[10] >> 32) ^ (subRL[10] & ~subRL[8]); in camellia_setup_tail()
964 dw = tl & (subRL[8] >> 32), /* FL(kl1) */ in camellia_setup_tail()
966 tt = (tr | ((u64)tl << 32)); in camellia_setup_tail()
972 tl = (subRL[7] >> 32) ^ (subRL[7] & ~subRL[9]); in camellia_setup_tail()
973 dw = tl & (subRL[9] >> 32), /* FLinv(kl2) */ in camellia_setup_tail()
975 tt = (tr | ((u64)tl << 32)); in camellia_setup_tail()
983 tl = (subRL[18] >> 32) ^ (subRL[18] & ~subRL[16]); in camellia_setup_tail()
984 dw = tl & (subRL[16] >> 32), /* FL(kl3) */ in camellia_setup_tail()
986 tt = (tr | ((u64)tl << 32)); in camellia_setup_tail()
[all …]
/arch/sparc/kernel/
Detrap_64.S173 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
Ddtlb_prot.S22 rdpr %tl, %g1 ! Need a winfixup?
Dcherrs.S181 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
Dentry.h168 extern void sun4v_itlb_error_report(struct pt_regs *regs, int tl);
175 extern void sun4v_dtlb_error_report(struct pt_regs *regs, int tl);
Dsun4v_tlb_miss.S142 rdpr %tl, %g1
209 rdpr %tl, %g4
236 rdpr %tl, %g4
318 rdpr %tl, %g2
Dspiterrs.S30 rdpr %tl, %g3
79 rdpr %tl, %g2
Dhvtramp.S43 wrpr %g0, 0, %tl
Dmisctrap.S27 rdpr %tl, %g3
Dtraps_64.c60 unsigned long tl; member
68 "dumping track stack.\n", p->tl); in dump_tl1_traplog()
1959 void sun4v_itlb_error_report(struct pt_regs *regs, int tl) in sun4v_itlb_error_report() argument
1961 if (tl > 1) in sun4v_itlb_error_report()
1965 regs->tpc, tl); in sun4v_itlb_error_report()
1983 void sun4v_dtlb_error_report(struct pt_regs *regs, int tl) in sun4v_dtlb_error_report() argument
1985 if (tl > 1) in sun4v_dtlb_error_report()
1989 regs->tpc, tl); in sun4v_dtlb_error_report()
Drtrap_64.S198 wrpr %g0, 0x1, %tl
272 wrpr %g0, 0x0, %tl
Dktlb.S323 rdpr %tl, %g3
Dtsb.S248 rdpr %tl, %g3
Dhead_64.S648 wrpr %g0, 0x0, %tl
/arch/um/include/shared/
Dnet_kern.h28 struct timer_list tl; member
/arch/sparc/mm/
Dultra.S216 wrpr %g0, 1, %tl
229 wrpr %g0, 0, %tl
238 wrpr %g0, 1, %tl
254 wrpr %g0, 0, %tl
264 wrpr %g0, 1, %tl
284 wrpr %g0, 0, %tl
/arch/xtensa/platforms/iss/
Dnetwork.c77 struct timer_list tl; member
718 init_timer(&lp->tl); in iss_net_configure()
719 lp->tl.function = iss_net_user_timer_expire; in iss_net_configure()
/arch/um/drivers/
Dnet_kern.c171 lp->tl.data = (unsigned long) &lp->user; in uml_net_open()
468 init_timer(&lp->tl); in eth_configure()
470 lp->tl.function = uml_net_user_timer_expire; in eth_configure()
/arch/ia64/include/asm/
Dpal.h420 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/
Dhypervisor.h1214 unsigned char tl; /* Trap level */ member