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

12

/arch/sparc/include/asm/
H A Dxor_64.h66 ((tlb_type == hypervisor && \
H A Dspitfire.h62 extern enum ultra_tlb_layout tlb_type;
70 (tlb_type == spitfire ? \
/arch/x86/kernel/cpu/
H A Dcpu.h32 char tlb_type; member in struct:_tlb_table
/arch/sparc/kernel/
H A Dsetup_64.c114 if (tlb_type != cheetah) {
172 if (tlb_type == spitfire && !this_is_starfire)
176 if (tlb_type != hypervisor) {
187 switch (tlb_type) {
262 if (tlb_type != hypervisor)
495 if (tlb_type == cheetah || tlb_type == cheetah_plus)
497 else if (tlb_type == hypervisor) {
521 if (tlb_type == spitfire)
523 if (tlb_type
[all...]
H A Dsparc_ksyms_64.c31 EXPORT_SYMBOL(tlb_type); variable
H A Dsmp_64.c97 if (tlb_type == hypervisor)
352 if (tlb_type == hypervisor) {
873 ((tlb_type == spitfire) &&
877 tlb_type == spitfire)
886 if (tlb_type == hypervisor)
901 if (tlb_type == spitfire) {
905 } else if (tlb_type == cheetah || tlb_type == cheetah_plus) {
927 if (tlb_type == hypervisor)
937 if (tlb_type
[all...]
H A Dsstate.c93 if (tlb_type != hypervisor)
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.c138 if (tlb_type >= cheetah)
349 if (tlb_type == hypervisor) {
374 return (tlb_type == spitfire ? "upa-portid" : "portid");
388 if (tlb_type == hypervisor) {
489 if (tlb_type == hypervisor)
585 if (tlb_type == hypervisor)
H A Dmodule.c196 if (sun4v_1insn && tlb_type == hypervisor) {
200 if (sun4v_2insn && tlb_type == hypervisor) {
216 if (tlb_type == spitfire) {
H A Dpcr.c229 if (tlb_type == hypervisor) {
272 if (tlb_type != hypervisor)
311 switch (tlb_type) {
H A Dunaligned_64.c479 if (tlb_type == hypervisor)
489 if (tlb_type == hypervisor)
505 if (tlb_type == hypervisor)
525 if (tlb_type == hypervisor)
640 if (tlb_type == hypervisor)
691 if (tlb_type == hypervisor)
H A Dirq_64.c156 if (tlb_type != hypervisor)
187 if (tlb_type == hypervisor) {
322 if (tlb_type == cheetah || tlb_type == cheetah_plus) {
614 BUG_ON(tlb_type == hypervisor);
1113 if (tlb_type == hypervisor)
1118 if (tlb_type == hypervisor) {
H A Dcpu.c389 ((tlb_type == hypervisor) ?
527 if (tlb_type == hypervisor) {
H A Dhead_64.S574 sethi %hi(tlb_type), %g1
575 stw %g2, [%g1 + %lo(tlb_type)]
651 1: sethi %hi(tlb_type), %g1
652 stw %g2, [%g1 + %lo(tlb_type)]
668 sethi %hi(tlb_type), %g1
669 stw %g2, [%g1 + %lo(tlb_type)]
928 .globl prom_tba, tlb_type
930 tlb_type: .word 0 /* Must NOT end up in BSS */ label
H A Dtime_64.c195 if (tlb_type != hypervisor) {
586 if (tlb_type == hypervisor)
609 if (tlb_type == spitfire) {
H A Dsysfs.c277 if (tlb_type != hypervisor)
H A Dchmc.c822 if (tlb_type == cheetah || tlb_type == cheetah_plus)
H A Dprocess_64.c59 if (tlb_type != hypervisor) {
321 if (tlb_type == hypervisor &&
H A Dtrampoline_64.S297 sethi %hi(tlb_type), %g3
298 lduw [%g3 + %lo(tlb_type)], %g2
/arch/sparc/mm/
H A Dtsb.c81 if (tlb_type == cheetah_plus || tlb_type == hypervisor)
89 if (tlb_type == cheetah_plus || tlb_type == hypervisor)
105 if (tlb_type == cheetah_plus || tlb_type == hypervisor)
113 if (tlb_type == cheetah_plus || tlb_type == hypervisor)
208 if (tlb_type == cheetah_plus || tlb_type
[all...]
H A Dinit_64.c197 BUG_ON(tlb_type == hypervisor);
204 ((tlb_type == spitfire) &&
208 tlb_type == spitfire)
270 if (tlb_type == cheetah_plus || tlb_type == hypervisor)
327 if ((tlb_type == hypervisor &&
329 (tlb_type != hypervisor &&
342 if (tlb_type != hypervisor) {
374 if (tlb_type == hypervisor)
414 if (tlb_type
[all...]
H A Dgup.c26 if (tlb_type == hypervisor) {
H A Dtlb.c107 if (tlb_type != hypervisor &&
/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 4513 milliseconds

12