Searched refs:tlb_type (Results 1 - 25 of 41) sorted by relevance

12

/linux-master/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) {
/linux-master/arch/sparc/kernel/
H A Durtt_fill.S76 sethi %hi(tlb_type), %g1
77 lduw [%g1 + %lo(tlb_type)], %g1
91 2: sethi %hi(tlb_type), %g1
93 lduw [%g1 + %lo(tlb_type)], %g1
H A Dsetup_64.c105 if (tlb_type != cheetah) {
161 if (tlb_type == spitfire && !this_is_starfire)
165 if (tlb_type != hypervisor) {
176 switch (tlb_type) {
269 if (tlb_type != hypervisor)
523 if (tlb_type == cheetah || tlb_type == cheetah_plus)
525 else if (tlb_type == hypervisor) {
553 if (tlb_type == spitfire)
555 if (tlb_type
[all...]
H A Dsmp_64.c110 if (tlb_type == hypervisor)
362 if (tlb_type == hypervisor) {
931 ((tlb_type == spitfire) &&
935 tlb_type == spitfire) {
947 if (tlb_type == hypervisor)
962 if (tlb_type == spitfire) {
966 } else if (tlb_type == cheetah || tlb_type == cheetah_plus) {
993 if (tlb_type == hypervisor)
1003 if (tlb_type
[all...]
H A Dwinfixup.S119 sethi %hi(tlb_type), %g1
120 lduw [%g1 + %lo(tlb_type)], %g1
146 sethi %hi(tlb_type), %g1
148 lduw [%g1 + %lo(tlb_type)], %g1
H A Dprom_64.c133 if (tlb_type >= cheetah)
352 if (tlb_type == hypervisor) {
378 return (tlb_type == spitfire ? "upa-portid" : "portid");
392 if (tlb_type == hypervisor) {
493 if (tlb_type == hypervisor)
589 if (tlb_type == hypervisor)
H A Dsstate.c95 if (tlb_type != hypervisor)
H A Dpcr.c255 if (tlb_type == hypervisor) {
302 if (tlb_type != hypervisor)
345 switch (tlb_type) {
H A Dmodule.c197 if (sun4v_1insn && tlb_type == hypervisor) {
201 if (sun4v_2insn && tlb_type == hypervisor) {
214 if (tlb_type == spitfire) {
H A Dunaligned_64.c482 if (tlb_type == hypervisor)
492 if (tlb_type == hypervisor)
508 if (tlb_type == hypervisor)
534 if (tlb_type == hypervisor)
649 if (tlb_type == hypervisor)
700 if (tlb_type == hypervisor)
H A Dtime_64.c223 if (tlb_type != hypervisor) {
605 if (tlb_type == hypervisor)
804 if (tlb_type == spitfire && is_hummingbird())
808 instr = (tlb_type == spitfire) ? p->tick : p->stick;
836 if (tlb_type == spitfire) {
H A Dirq_64.c157 if (tlb_type != hypervisor)
188 if (tlb_type == hypervisor) {
323 if (tlb_type == cheetah || tlb_type == cheetah_plus) {
620 BUG_ON(tlb_type == hypervisor);
1130 if (tlb_type == hypervisor)
1135 if (tlb_type == hypervisor) {
H A Dhead_64.S583 sethi %hi(tlb_type), %g1
584 stw %g2, [%g1 + %lo(tlb_type)]
682 1: sethi %hi(tlb_type), %g1
683 stw %g2, [%g1 + %lo(tlb_type)]
698 sethi %hi(tlb_type), %g1
699 stw %g2, [%g1 + %lo(tlb_type)]
949 .globl prom_tba, tlb_type
951 tlb_type: .word 0 /* Must NOT end up in BSS */ label
952 EXPORT_SYMBOL(tlb_type)
H A Dcpu.c390 ((tlb_type == hypervisor) ?
540 if (tlb_type == hypervisor) {
H A Dsysfs.c239 if (tlb_type != hypervisor)
H A Dtsb.S400 sethi %hi(tlb_type), %g2
401 lduw [%g2 + %lo(tlb_type)], %g2
/linux-master/arch/sparc/mm/
H A Dtsb.c129 if (tlb_type == cheetah_plus || tlb_type == hypervisor)
143 if (tlb_type == cheetah_plus || tlb_type == hypervisor)
162 if (tlb_type == cheetah_plus || tlb_type == hypervisor)
177 if (tlb_type == cheetah_plus || tlb_type == hypervisor)
273 if (tlb_type == cheetah_plus || tlb_type
[all...]
H A Dinit_64.c202 BUG_ON(tlb_type == hypervisor);
210 ((tlb_type == spitfire) &&
214 tlb_type == spitfire) {
278 if (tlb_type == cheetah_plus || tlb_type == hypervisor)
406 if (tlb_type != hypervisor) {
469 if (tlb_type == hypervisor)
509 if (tlb_type == spitfire) {
539 if (tlb_type == cheetah)
541 else if (tlb_type
[all...]
H A Dhugetlbpage.c174 if (tlb_type == hypervisor)
251 if (tlb_type == hypervisor)
H A Dtlb.c116 if (tlb_type != hypervisor &&
/linux-master/arch/sparc/include/asm/
H A Dxor_64.h72 ((tlb_type == hypervisor && \
H A Dspitfire.h80 extern enum ultra_tlb_layout tlb_type;
88 (tlb_type == spitfire ? \
/linux-master/arch/x86/kernel/cpu/
H A Dcpu.h38 char tlb_type; member in struct:_tlb_table
/linux-master/drivers/cpufreq/
H A Dsparc-us3-cpufreq.c163 if (tlb_type != cheetah && tlb_type != cheetah_plus)
H A Dsparc-us2e-cpufreq.c319 if (tlb_type != spitfire)

Completed in 198 milliseconds

12