Searched refs:wired (Results 1 – 25 of 31) sorted by relevance
12
/arch/mips/include/asm/ |
D | tlb.h | 16 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/ |
D | tlb-r4k.c | 386 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()
|
D | tlb-r3k.c | 226 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()
|
D | init.c | 151 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/ |
D | uniphier-ld6b.dtsi | 19 /* UART3 unavailable: the pads are not wired to the package balls */
|
D | omap4-mcpdm.dtsi | 5 * Only include this file if your board has pdmclk wired from the
|
D | sun8i-r16-nintendo-nes-classic.dts | 51 /* VBUS is always on because it is wired to the power supply */
|
D | ste-href-tvk1281618.dtsi | 101 * 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.
|
D | armada-385-db-ap.dts | 43 * This bus is wired to two EEPROM 78 * wired to the mini-USB connector
|
D | berlin2cd-valve-steamlink.dts | 71 * port wired to the on-board Steam Controller wireless receiver chip. */
|
D | dra76x.dtsi | 44 /* MCAN interrupts are hard-wired to irqs 67, 68 */
|
D | imx6ul-tx6ul-mainboard.dts | 213 /* LCD_DATA08..09 not wired */ 220 /* LCD_DATA16..17 not wired */
|
D | kirkwood-nas2big.dts | 46 * wired to a separate GPIO.
|
D | imx6qdl-tx6-mb7.dtsi | 81 * The backup voltage of the module internal RTC is not wired
|
D | omap3-evm-common.dtsi | 162 /* s4 not wired */
|
D | ste-dbx5x0.dtsi | 754 /* 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 */
|
D | imx6q-utilite-pro.dts | 179 * tfp410 encoder is wired up to IPU1, sever the link between IPU1 and the
|
D | omap5-l4-abe.dtsi | 268 /* Must be only enabled for boards with pdmclk wired */
|
D | omap4-l4-abe.dtsi | 304 /* Must be only enabled for boards with pdmclk wired */
|
D | imx6qdl-kontron-samx6i.dtsi | 767 * since USB_OTG_CHD_B pin is not wired
|
/arch/mips/kvm/ |
D | vz.c | 2364 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/ |
D | xpedite5301.dts | 564 /* PCI Express controller 2, wired to XMC P15 connector */ 601 /* PCI Express controller 1, wired to PEX8112 for PMC interface */
|
D | xpedite5370.dts | 562 /* PCI Express controller 2, wired to VPX P1,P2 backplane */ 599 /* PCI Express controller 1, wired to PEX8518 PCIe switch */
|
D | xcalibur1501.dts | 657 /* PCI Express controller 1, wired to PEX8648 PCIe switch */
|
/arch/arm64/boot/dts/marvell/ |
D | armada-ap806.dtsi | 303 * remote channel wired to one sensor per CPU.
|
12