Home
last modified time | relevance | path

Searched refs:wired (Results 1 – 25 of 31) sorted by relevance

12

/arch/mips/include/asm/
Dtlb.h16 unsigned int wired = read_c0_wired(); in num_wired_entries() local
19 wired &= MIPSR6_WIRED_WIRED; in num_wired_entries()
21 return wired; in num_wired_entries()
/arch/mips/mm/
Dtlb-r4k.c386 unsigned long wired; in add_wired_entry()
399 wired = num_wired_entries(); in add_wired_entry()
400 write_c0_wired(wired + 1); in add_wired_entry()
401 write_c0_index(wired); in add_wired_entry()
457 unsigned long wired; in add_temporary_entry() local
466 wired = num_wired_entries(); in add_temporary_entry()
467 if (--temp_tlb_entry < wired) { in add_temporary_entry()
550 int wired = current_cpu_data.tlbsize - ntlb; in tlb_init() local
551 write_c0_wired(wired); in tlb_init()
552 write_c0_index(wired-1); in tlb_init()
Dtlb-r3k.c226 static unsigned long wired = 0; in add_wired_entry() local
255 } else if (wired < 8) { in add_wired_entry()
265 write_c0_index(wired); in add_wired_entry()
266 wired++; /* BARRIER */ in add_wired_entry()
Dinit.c151 unsigned int wired; in kunmap_coherent() local
156 wired = num_wired_entries() - 1; in kunmap_coherent()
157 write_c0_wired(wired); in kunmap_coherent()
158 write_c0_index(wired); in kunmap_coherent()
159 write_c0_entryhi(UNIQUE_ENTRYHI(wired)); in kunmap_coherent()
/arch/arm/boot/dts/
Duniphier-ld6b.dtsi19 /* UART3 unavailable: the pads are not wired to the package balls */
Domap4-mcpdm.dtsi5 * Only include this file if your board has pdmclk wired from the
Dsun8i-r16-nintendo-nes-classic.dts51 /* VBUS is always on because it is wired to the power supply */
Dste-href-tvk1281618.dtsi101 * the falling edge if they could be wired together.
119 * the falling edge if they could be wired together.
153 * the falling edge if they could be wired together.
Darmada-385-db-ap.dts43 * This bus is wired to two EEPROM
78 * wired to the mini-USB connector
Dberlin2cd-valve-steamlink.dts71 * port wired to the on-board Steam Controller wireless receiver chip. */
Ddra76x.dtsi44 /* MCAN interrupts are hard-wired to irqs 67, 68 */
Dimx6ul-tx6ul-mainboard.dts213 /* LCD_DATA08..09 not wired */
220 /* LCD_DATA16..17 not wired */
Dkirkwood-nas2big.dts46 * wired to a separate GPIO.
Dimx6qdl-tx6-mb7.dtsi81 * The backup voltage of the module internal RTC is not wired
Domap3-evm-common.dtsi162 /* s4 not wired */
Dste-dbx5x0.dtsi754 /* Same clock wired to kernel and pclk */
769 /* Same clock wired to kernel and pclk */
784 /* Same clock wired to kernel and pclk */
799 /* Same clock wired to kernel and pclk */
Dimx6q-utilite-pro.dts179 * tfp410 encoder is wired up to IPU1, sever the link between IPU1 and the
Domap5-l4-abe.dtsi268 /* Must be only enabled for boards with pdmclk wired */
Domap4-l4-abe.dtsi304 /* Must be only enabled for boards with pdmclk wired */
Dimx6qdl-kontron-samx6i.dtsi767 * since USB_OTG_CHD_B pin is not wired
/arch/mips/kvm/
Dvz.c2364 unsigned int wired = read_gc0_wired(); in kvm_vz_vcpu_save_wired() local
2369 wired &= MIPSR6_WIRED_WIRED; in kvm_vz_vcpu_save_wired()
2370 if (wired > vcpu->arch.wired_tlb_limit) { in kvm_vz_vcpu_save_wired()
2371 tlbs = krealloc(vcpu->arch.wired_tlb, wired * in kvm_vz_vcpu_save_wired()
2375 wired = vcpu->arch.wired_tlb_limit; in kvm_vz_vcpu_save_wired()
2378 vcpu->arch.wired_tlb_limit = wired; in kvm_vz_vcpu_save_wired()
2382 if (wired) in kvm_vz_vcpu_save_wired()
2384 kvm_vz_save_guesttlb(vcpu->arch.wired_tlb, 0, wired); in kvm_vz_vcpu_save_wired()
2386 for (i = wired; i < vcpu->arch.wired_tlb_used; ++i) { in kvm_vz_vcpu_save_wired()
2392 vcpu->arch.wired_tlb_used = wired; in kvm_vz_vcpu_save_wired()
/arch/powerpc/boot/dts/
Dxpedite5301.dts564 /* PCI Express controller 2, wired to XMC P15 connector */
601 /* PCI Express controller 1, wired to PEX8112 for PMC interface */
Dxpedite5370.dts562 /* PCI Express controller 2, wired to VPX P1,P2 backplane */
599 /* PCI Express controller 1, wired to PEX8518 PCIe switch */
Dxcalibur1501.dts657 /* PCI Express controller 1, wired to PEX8648 PCIe switch */
/arch/arm64/boot/dts/marvell/
Darmada-ap806.dtsi303 * remote channel wired to one sensor per CPU.

12