Searched defs:tlb_type (Results 1 - 3 of 3) sorted by relevance

/arch/sparc/kernel/
H A Dsparc_ksyms_64.c32 EXPORT_SYMBOL(tlb_type); variable
H A Dhead_64.S547 sethi %hi(tlb_type), %g1
548 stw %g2, [%g1 + %lo(tlb_type)]
608 1: sethi %hi(tlb_type), %g1
609 stw %g2, [%g1 + %lo(tlb_type)]
625 sethi %hi(tlb_type), %g1
626 stw %g2, [%g1 + %lo(tlb_type)]
917 .globl prom_tba, tlb_type
919 tlb_type: .word 0 /* Must NOT end up in BSS */ label
/arch/sh/mm/
H A Dtlb-debugfs.c20 enum tlb_type { enum
41 unsigned int tlb_type = (unsigned int)file->private; local
54 if (tlb_type == TLB_TYPE_ITLB) {
77 if (tlb_type == TLB_TYPE_ITLB) {

Completed in 187 milliseconds