/linux-6.12.1/arch/sparc/kernel/ |
D | setup_64.c | 105 if (tlb_type != cheetah) { in process_switch() 161 if (tlb_type == spitfire && !this_is_starfire) in per_cpu_patch() 165 if (tlb_type != hypervisor) { in per_cpu_patch() 176 switch (tlb_type) { in per_cpu_patch() 269 if (tlb_type != hypervisor) in sun4v_patch() 523 if (tlb_type == cheetah || tlb_type == cheetah_plus) in init_sparc64_elf_hwcap() 525 else if (tlb_type == hypervisor) { in init_sparc64_elf_hwcap() 553 if (tlb_type == spitfire) in init_sparc64_elf_hwcap() 555 if (tlb_type == cheetah || tlb_type == cheetah_plus) in init_sparc64_elf_hwcap() 557 if (tlb_type == cheetah_plus) { in init_sparc64_elf_hwcap() [all …]
|
D | smp_64.c | 110 if (tlb_type == hypervisor) in smp_callin() 362 if (tlb_type == hypervisor) { in smp_boot_one_cpu() 931 ((tlb_type == spitfire) && in __local_flush_dcache_folio() 935 tlb_type == spitfire) { in __local_flush_dcache_folio() 947 if (tlb_type == hypervisor) in smp_flush_dcache_folio_impl() 962 if (tlb_type == spitfire) { in smp_flush_dcache_folio_impl() 966 } else if (tlb_type == cheetah || tlb_type == cheetah_plus) { in smp_flush_dcache_folio_impl() 993 if (tlb_type == hypervisor) in flush_dcache_folio_all() 1003 if (tlb_type == spitfire) { in flush_dcache_folio_all() 1007 } else if (tlb_type == cheetah || tlb_type == cheetah_plus) { in flush_dcache_folio_all() [all …]
|
D | urtt_fill.S | 76 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
|
D | prom_64.c | 133 if (tlb_type >= cheetah) in sun4u_path_component() 352 if (tlb_type == hypervisor) { in __build_path_component() 378 return (tlb_type == spitfire ? "upa-portid" : "portid"); in get_mid_prop() 392 if (tlb_type == hypervisor) { in arch_find_n_match_cpu_physical_id() 495 if (tlb_type == hypervisor) in of_populate_present_mask() 591 if (tlb_type == hypervisor) in of_fill_in_cpu_data()
|
D | winfixup.S | 119 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
|
D | module.c | 167 if (sun4v_1insn && tlb_type == hypervisor) { in do_patch_sections() 171 if (sun4v_2insn && tlb_type == hypervisor) { in do_patch_sections() 184 if (tlb_type == spitfire) { in module_finalize()
|
D | pcr.c | 255 if (tlb_type == hypervisor) { in register_perf_hsvc() 302 if (tlb_type != hypervisor) in unregister_perf_hsvc() 345 switch (tlb_type) { in pcr_arch_init()
|
D | unaligned_64.c | 482 if (tlb_type == hypervisor) in handle_ldf_stq() 492 if (tlb_type == hypervisor) in handle_ldf_stq() 508 if (tlb_type == hypervisor) in handle_ldf_stq() 534 if (tlb_type == hypervisor) in handle_ldf_stq() 649 if (tlb_type == hypervisor) in handle_lddfmna() 700 if (tlb_type == hypervisor) in handle_stdfmna()
|
D | time_64.c | 224 if (tlb_type != hypervisor) { in stick_init_tick() 606 if (tlb_type == hypervisor) in clock_init() 805 if (tlb_type == spitfire && is_hummingbird()) in get_tick_patch() 809 instr = (tlb_type == spitfire) ? p->tick : p->stick; in get_tick_patch() 837 if (tlb_type == spitfire) { in time_init_early()
|
D | irq_64.c | 157 if (tlb_type != hypervisor) in irq_init_hv() 188 if (tlb_type == hypervisor) { in size_nr_ivec() 323 if (tlb_type == cheetah || tlb_type == cheetah_plus) { in sun4u_compute_tid() 616 BUG_ON(tlb_type == hypervisor); in build_irq() 1126 if (tlb_type == hypervisor) in init_IRQ() 1131 if (tlb_type == hypervisor) { in init_IRQ()
|
D | head_64.S | 583 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)
|
D | sstate.c | 95 if (tlb_type != hypervisor) in sstate_init()
|
D | cpu.c | 390 ((tlb_type == hypervisor) ? in show_cpuinfo() 540 if (tlb_type == hypervisor) { in cpu_type_probe()
|
D | trampoline_64.S | 298 sethi %hi(tlb_type), %g3 299 lduw [%g3 + %lo(tlb_type)], %g2
|
D | process_64.c | 60 if (tlb_type != hypervisor) { in arch_cpu_idle() 320 if (tlb_type == hypervisor && in __global_pmu_self()
|
D | ptrace_64.c | 112 if (tlb_type == hypervisor) in flush_ptrace_access() 130 if (tlb_type == spitfire) { in flush_ptrace_access() 145 if (write && tlb_type == spitfire) { in flush_ptrace_access()
|
/linux-6.12.1/arch/sparc/mm/ |
D | tsb.c | 129 if (tlb_type == cheetah_plus || tlb_type == hypervisor) in flush_tsb_user() 143 if (tlb_type == cheetah_plus || tlb_type == hypervisor) in flush_tsb_user() 162 if (tlb_type == cheetah_plus || tlb_type == hypervisor) in flush_tsb_user_page() 177 if (tlb_type == cheetah_plus || tlb_type == hypervisor) in flush_tsb_user_page() 273 if (tlb_type == cheetah_plus || tlb_type == hypervisor) { in setup_tsb_params() 291 if (tlb_type == hypervisor) { in setup_tsb_params() 505 if (tlb_type == cheetah_plus || tlb_type == hypervisor) { in tsb_grow()
|
D | init_64.c | 202 BUG_ON(tlb_type == hypervisor); in flush_dcache_folio_impl() 210 ((tlb_type == spitfire) && in flush_dcache_folio_impl() 214 tlb_type == spitfire) { in flush_dcache_folio_impl() 278 if (tlb_type == cheetah_plus || tlb_type == hypervisor) in tsb_insert() 406 if (tlb_type != hypervisor) { in update_mmu_cache_range() 469 if (tlb_type == hypervisor) in flush_dcache_folio() 509 if (tlb_type == spitfire) { in flush_icache_range() 539 if (tlb_type == cheetah) in mmu_info() 541 else if (tlb_type == cheetah_plus) in mmu_info() 543 else if (tlb_type == spitfire) in mmu_info() [all …]
|
D | hugetlbpage.c | 171 if (tlb_type == hypervisor) in hugepage_shift_to_tte() 248 if (tlb_type == hypervisor) in tte_to_shift()
|
/linux-6.12.1/arch/sh/mm/ |
D | tlb-debugfs.c | 20 enum tlb_type { enum 41 unsigned int tlb_type = (unsigned int)file->private; in tlb_seq_show() local 54 if (tlb_type == TLB_TYPE_ITLB) { in tlb_seq_show() 77 if (tlb_type == TLB_TYPE_ITLB) { in tlb_seq_show()
|
/linux-6.12.1/drivers/cpufreq/ |
D | sparc-us3-cpufreq.c | 162 if (tlb_type != cheetah && tlb_type != cheetah_plus) in us3_freq_init()
|
D | sparc-us2e-cpufreq.c | 318 if (tlb_type != spitfire) in us2e_freq_init()
|
/linux-6.12.1/arch/sparc/include/asm/ |
D | spitfire.h | 80 extern enum ultra_tlb_layout tlb_type; 88 (tlb_type == spitfire ? \
|
D | xor_64.h | 72 ((tlb_type == hypervisor && \
|
/linux-6.12.1/arch/x86/kernel/cpu/ |
D | cpu.h | 38 char tlb_type; member
|