Searched refs:wired (Results 1 – 25 of 34) 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 | 387 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()
|
D | tlb-r3k.c | 225 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()
|
D | init.c | 150 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/ |
D | ste-href-tvk1281618-r2.dtsi | 26 * the falling edge if they could be wired together. 44 * the falling edge if they could be wired together.
|
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 | 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 | 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 | dra76x.dtsi | 86 /* MCAN interrupts are hard-wired to irqs 67, 68 */
|
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-href-tvk1281618.dtsi | 99 * the falling edge if they could be wired together.
|
D | ste-dbx5x0.dtsi | 779 /* 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 */
|
D | stm32mp157c-ev1.dts | 353 * HW flow control USART3_RTS is optional, and isn't default wired to
|
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 | 265 /* Must be only enabled for boards with pdmclk wired */
|
/arch/mips/kvm/ |
D | vz.c | 2459 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/ |
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 */
|
/arch/arm64/boot/dts/marvell/ |
D | armada-ap80x.dtsi | 306 * remote channel wired to one sensor per CPU.
|
/arch/arm/ |
D | Kconfig.debug | 1202 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