Home
last modified time | relevance | path

Searched refs:ind (Results 1 – 14 of 14) sorted by relevance

/arch/powerpc/mm/nohash/
A Dtlb.c141 int tsize, int ind) in __local_flush_tlb_page() argument
148 _tlbil_va(vmaddr, pid, tsize, ind); in __local_flush_tlb_page()
179 unsigned int ind; member
193 _tlbil_va(p->addr, p->pid, p->tsize, p->ind); in do_flush_tlb_page_ipi()
234 int tsize, int ind) in __flush_tlb_page() argument
257 _tlbivax_bcast(vmaddr, pid, tsize, ind); in __flush_tlb_page()
266 .ind = ind, in __flush_tlb_page()
273 _tlbil_va(vmaddr, pid, tsize, ind); in __flush_tlb_page()
/arch/powerpc/mm/
A Dmmu_decl.h53 unsigned int tsize, unsigned int ind) in _tlbil_va() argument
60 unsigned int tsize, unsigned int ind);
64 unsigned int tsize, unsigned int ind) in _tlbil_va() argument
72 unsigned int tsize, unsigned int ind);
75 unsigned int tsize, unsigned int ind) in _tlbivax_bcast() argument
/arch/powerpc/include/asm/nohash/
A Dtlbflush.h70 int tsize, int ind);
77 int tsize, int ind);
/arch/x86/kernel/apic/
A Dvector.c617 struct irq_data *irqd, int ind) in x86_vector_debug_show() argument
624 irq_matrix_debug_show(m, vector_matrix, ind); in x86_vector_debug_show()
630 seq_printf(m, "%*sVector: %5d\n", ind, "", ISA_IRQ_VECTOR(irq)); in x86_vector_debug_show()
631 seq_printf(m, "%*sTarget: Legacy PIC all CPUs\n", ind, ""); in x86_vector_debug_show()
636 seq_printf(m, "%*sVector: Not assigned\n", ind, ""); in x86_vector_debug_show()
644 seq_printf(m, "%*sVector: %5u\n", ind, "", apicd.vector); in x86_vector_debug_show()
645 seq_printf(m, "%*sTarget: %5u\n", ind, "", apicd.cpu); in x86_vector_debug_show()
647 seq_printf(m, "%*sPrevious vector: %5u\n", ind, "", apicd.prev_vector); in x86_vector_debug_show()
648 seq_printf(m, "%*sPrevious target: %5u\n", ind, "", apicd.prev_cpu); in x86_vector_debug_show()
651 seq_printf(m, "%*sis_managed: %u\n", ind, "", apicd.is_managed ? 1 : 0); in x86_vector_debug_show()
[all …]
/arch/powerpc/sysdev/xive/
A Dcommon.c1353 struct irq_data *irqd, int ind) in xive_irq_domain_debug_show() argument
1366 seq_printf(m, "%*sXIVE:\n", ind, ""); in xive_irq_domain_debug_show()
1367 ind++; in xive_irq_domain_debug_show()
1371 seq_printf(m, "%*snot assigned\n", ind, ""); in xive_irq_domain_debug_show()
1376 seq_printf(m, "%*sESB: %s\n", ind, "", esb_names[val & 0x3]); in xive_irq_domain_debug_show()
1379 seq_printf(m, "%*sTarget: %d\n", ind, "", xd->target); in xive_irq_domain_debug_show()
1380 seq_printf(m, "%*sChip: %d\n", ind, "", xd->src_chip); in xive_irq_domain_debug_show()
1381 seq_printf(m, "%*sTrigger: 0x%016llx\n", ind, "", xd->trig_page); in xive_irq_domain_debug_show()
1382 seq_printf(m, "%*sEOI: 0x%016llx\n", ind, "", xd->eoi_page); in xive_irq_domain_debug_show()
1383 seq_printf(m, "%*sFlags: 0x%llx\n", ind, "", xd->flags); in xive_irq_domain_debug_show()
[all …]
/arch/powerpc/kexec/
A Dcore_64.c80 static notrace void copy_segments(unsigned long ind) in copy_segments() argument
96 for (entry = ind; !(entry & IND_DONE); entry = *ptr++) { in copy_segments()
/arch/arm/boot/dts/marvell/
A Dorion5x-maxtor-shared-storage-2.dts131 * MPP4: HDD ind. (Single/Dual)
/arch/mips/net/
A Dbpf_jit_comp64.c480 u8 ind = bpf2mips64[BPF_REG_3]; in emit_tail_call() local
497 emit(ctx, sltu, tmp, ind, tmp); /* tmp = ind < t1 */ in emit_tail_call()
508 emit(ctx, dsll, tmp, ind, 3); /* tmp = ind << 3 */ in emit_tail_call()
A Dbpf_jit_comp32.c1293 u8 ind = lo(bpf2mips32[BPF_REG_3]); in emit_tail_call() local
1312 emit(ctx, sltu, t1, ind, t1); /* t1 = ind < t1 */ in emit_tail_call()
1326 emit(ctx, sll, t1, ind, 2); /* t1 = ind << 2 */ in emit_tail_call()
/arch/arm64/boot/dts/qcom/
A Dsm8250-sony-xperia-edo.dtsi484 cirrus,boost-ind-nanohenry = <1000>;
499 cirrus,boost-ind-nanohenry = <1000>;
A Dsm8450-sony-xperia-nagara.dtsi580 cirrus,boost-ind-nanohenry = <1000>;
595 cirrus,boost-ind-nanohenry = <1000>;
A Dsm8350-sony-xperia-sagami.dtsi501 cirrus,boost-ind-nanohenry = <1000>;
516 cirrus,boost-ind-nanohenry = <1000>;
/arch/arm64/boot/dts/rockchip/
A Drk3399-evb-ind.dts11 compatible = "rockchip,rk3399-evb-ind", "rockchip,rk3399";
A DMakefile50 dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3399-evb-ind.dtb

Completed in 38 milliseconds