Home
last modified time | relevance | path

Searched refs:wired (Results 1 – 25 of 34) 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.c387 unsigned long wired; in add_wired_entry()
400 wired = num_wired_entries(); in add_wired_entry()
401 write_c0_wired(wired + 1); in add_wired_entry()
402 write_c0_index(wired); in add_wired_entry()
458 unsigned long wired; in add_temporary_entry() local
467 wired = num_wired_entries(); in add_temporary_entry()
468 if (--temp_tlb_entry < wired) { in add_temporary_entry()
551 int wired = current_cpu_data.tlbsize - ntlb; in tlb_init() local
552 write_c0_wired(wired); in tlb_init()
553 write_c0_index(wired-1); in tlb_init()
Dtlb-r3k.c225 static unsigned long wired = 0; in add_wired_entry() local
254 } else if (wired < 8) { in add_wired_entry()
264 write_c0_index(wired); in add_wired_entry()
265 wired++; /* BARRIER */ in add_wired_entry()
Dinit.c150 unsigned int wired; in kunmap_coherent() local
155 wired = num_wired_entries() - 1; in kunmap_coherent()
156 write_c0_wired(wired); in kunmap_coherent()
157 write_c0_index(wired); in kunmap_coherent()
158 write_c0_entryhi(UNIQUE_ENTRYHI(wired)); in kunmap_coherent()
/arch/arm/boot/dts/
Dste-href-tvk1281618-r2.dtsi26 * the falling edge if they could be wired together.
44 * the falling edge if they could be wired together.
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 */
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. */
Dimx6ul-tx6ul-mainboard.dts213 /* LCD_DATA08..09 not wired */
220 /* LCD_DATA16..17 not wired */
Dkirkwood-nas2big.dts46 * wired to a separate GPIO.
Ddra76x.dtsi86 /* MCAN interrupts are hard-wired to irqs 67, 68 */
Dimx6qdl-tx6-mb7.dtsi81 * The backup voltage of the module internal RTC is not wired
Domap3-evm-common.dtsi162 /* s4 not wired */
Dste-href-tvk1281618.dtsi99 * the falling edge if they could be wired together.
Dste-dbx5x0.dtsi779 /* Same clock wired to kernel and pclk */
796 /* Same clock wired to kernel and pclk */
813 /* Same clock wired to kernel and pclk */
830 /* Same clock wired to kernel and pclk */
Dstm32mp157c-ev1.dts353 * HW flow control USART3_RTS is optional, and isn't default wired to
Dimx6q-utilite-pro.dts179 * tfp410 encoder is wired up to IPU1, sever the link between IPU1 and the
Domap5-l4-abe.dtsi265 /* Must be only enabled for boards with pdmclk wired */
/arch/mips/kvm/
Dvz.c2459 unsigned int wired = read_gc0_wired(); in kvm_vz_vcpu_save_wired() local
2464 wired &= MIPSR6_WIRED_WIRED; in kvm_vz_vcpu_save_wired()
2465 if (wired > vcpu->arch.wired_tlb_limit) { in kvm_vz_vcpu_save_wired()
2466 tlbs = krealloc(vcpu->arch.wired_tlb, wired * in kvm_vz_vcpu_save_wired()
2470 wired = vcpu->arch.wired_tlb_limit; in kvm_vz_vcpu_save_wired()
2473 vcpu->arch.wired_tlb_limit = wired; in kvm_vz_vcpu_save_wired()
2477 if (wired) in kvm_vz_vcpu_save_wired()
2479 kvm_vz_save_guesttlb(vcpu->arch.wired_tlb, 0, wired); in kvm_vz_vcpu_save_wired()
2481 for (i = wired; i < vcpu->arch.wired_tlb_used; ++i) { in kvm_vz_vcpu_save_wired()
2487 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 */
/arch/arm64/boot/dts/marvell/
Darmada-ap80x.dtsi306 * remote channel wired to one sensor per CPU.
/arch/arm/
DKconfig.debug1202 default UART wired up to ASC2.
1213 default UART wired up to SBC ASC1.
1223 on STM32F4 based platforms, which default UART is wired on
1235 on STM32F7 based platforms, which default UART is wired on
1247 on STM32H7 based platforms, which default UART is wired on
1259 on STM32MP1 based platforms, wich default UART is wired on

12