Searched full:remapping (Results 1 – 25 of 30) sorted by relevance
12
/Zephyr-latest/drivers/interrupt_controller/ |
D | Kconfig.intel_vtd | 1 # Intel VT-D interrupt remapping controller configuration 7 bool "Intel VT-D interrupt remapping controller" 13 Such interrupt remapping hardware is provided through Intel VT-D 24 If XAPIC mode is enabled, it will avoid remapping all interrupts.
|
D | intc_intel_vtd.h | 18 /* Interrupt Remapping Table Entry (IRTE) for Remapped Interrupts */
|
D | intc_intel_vtd.c | 298 * by-passing remapping by using x86 functions directly. in vtd_fault_event_init()
|
D | intc_ioapic.c | 377 /* Enable interrupt remapping format and set the irte index */
|
/Zephyr-latest/dts/bindings/display/ |
D | solomon,ssd1327fb.yaml | 42 - Column Address Remapping (A[0]) 43 - Nibble Remapping (A[1]) 45 - COM Remapping (A[4])
|
/Zephyr-latest/include/zephyr/drivers/mm/ |
D | mm_drv_intel_adsp_mtl_tlb.h | 21 * - no remapping of addresses below unused_l2_sram_start_marker has been made 22 * (this is ensured by the driver itself - it rejects such remapping request)
|
/Zephyr-latest/dts/bindings/interrupt-controller/ |
D | intel,vt-d.yaml | 4 description: Intel VT-D Interrupt Remapping Controller
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | gd,gd32-afio.yaml | 5 The AFIO peripheral is used to configure pin remapping, EXTI sources and,
|
D | st,stm32f1-pinctrl.yaml | 77 - remap: The pin remapping configuration. It allows to assign the pin
|
D | gd,gd32-pinctrl-afio.yaml | 8 on the pin. Remapping is also supported.
|
/Zephyr-latest/tests/arch/x86/info/src/ |
D | acpi.c | 103 printk("\t-> Interrupt remapping supported\n"); in vtd_info() 106 printk("\t-> Interrupt remapping not supported\n"); in vtd_info()
|
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/ |
D | ch32v003-pinctrl.h | 33 /* Function remapping ID 0-3 */ 36 #define CH32V003_PINMUX_DEFINE(port, pin, rm, remapping) \ argument 40 (remapping << CH32V003_PINCTRL_RM_SHIFT))
|
D | stm32f1-pinctrl.h | 42 * @param remap Pin remapping configuration (NO_REMAP, REMAP_1, ...)
|
/Zephyr-latest/drivers/pinctrl/ |
D | pinctrl_stm32.c | 157 * Check operation verifies that pin remapping configuration is the same on all 184 /* A valid remapping configuration is available */ in stm32_pins_remap() 185 /* Apply remapping before proceeding with pin configuration */ in stm32_pins_remap()
|
/Zephyr-latest/tests/boards/intel_adsp/mm/src/ |
D | main.c | 29 * is needed for remapping test. 96 "remapping and original don't match"); 222 "remapping and original don't match"); in ZTEST()
|
/Zephyr-latest/include/zephyr/arch/x86/ |
D | intel_vtd.h | 42 #define VTD_IRTA_REG 0x0B8 /* Interrupt Remapping Table Address */ 124 /* Interrupt Remapping Table Address Register details */
|
/Zephyr-latest/include/zephyr/acpi/ |
D | acpi.h | 247 * @brief retrieve DMA remapping structure for the given type. 249 * @param type type of remapping structure
|
/Zephyr-latest/soc/renesas/smartbond/da1469x/ |
D | soc.c | 117 /* Configure remapping */ in z_renesas_configure_cache()
|
/Zephyr-latest/arch/xtensa/core/ |
D | crt1.S | 124 * unpacking of segments is not affected by memory remapping.
|
/Zephyr-latest/drivers/mm/ |
D | mm_drv_common.h | 21 * a mapped virtual address. This is used internally for remapping.
|
D | mm_drv_intel_adsp_mtl_tlb.c | 843 /* This page needs remapping */ in adsp_mm_save_context()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | lll_chan.c | 248 * Below function is used in the context of next subevent, return remapping
|
/Zephyr-latest/include/zephyr/drivers/i3c/ |
D | ccc.h | 975 * - Bit[2]: Address Remapping 1224 * Address Remapping.
|
/Zephyr-latest/drivers/usb/device/ |
D | usb_dc_stm32.c | 616 "disabled. Unable to enable IRQ remapping."); in usb_dc_attach()
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_stm32.c | 1195 "disabled. Unable to enable IRQ remapping."); in udc_stm32_driver_init0()
|
12