Searched full:windowed (Results 1 – 25 of 40) sorted by relevance
12
/linux-6.12.1/arch/xtensa/include/asm/ |
D | asmmacro.h | 231 /* Assembly instructions for windowed kernel ABI. */ 271 /* Assembly instructions for windowed kernel ABI (will be ignored). */ 327 /* Assembly instructions for windowed user ABI. */ 332 /* Assembly instructions for windowed user ABI (will be ignored). */
|
D | core.h | 43 /* Whether windowed ABI is supported in userspace. */ 47 /* Whether windowed ABI is supported either in userspace or in the kernel. */
|
D | processor.h | 27 * Windowed call ABI requires caller and callee to be located within the same 181 * Note: When windowed ABI is used for userspace we set-up ps
|
/linux-6.12.1/arch/xtensa/ |
D | Kconfig | 321 Normally cores with windowed registers option use windowed ABI and 328 toolchain that defaults to windowed ABI. 348 Assume default userspace ABI. For XEA2 cores it is windowed ABI. 357 Windowed ABI binaries will crash with a segfault caused by 364 bool "Support both windowed and call0 ABI by probing" 367 Select this option to support both windowed and call0 userspace 374 both call0 and windowed ABIs in userspace at the same time.
|
/linux-6.12.1/include/linux/ |
D | win_minmax.h | 3 * win_minmax.h: windowed min/max tracker by Kathleen Nichols.
|
/linux-6.12.1/arch/xtensa/kernel/ |
D | mcount.S | 20 * a2: a0 of the caller in windowed ABI
|
D | head.S | 200 /* Enable window exceptions if kernel is built with windowed ABI. */
|
D | signal.c | 419 /* Set up a stack frame for a call4 if userspace uses windowed ABI */ in setup_frame()
|
D | traps.c | 350 * with PS.WOE set, so it's not related to the windowed option in do_illegal_instruction()
|
/linux-6.12.1/Documentation/devicetree/bindings/watchdog/ |
D | ti,rti-wdt.yaml | 14 Interrupt) IP module. This timer adds a support for windowed watchdog
|
/linux-6.12.1/Documentation/devicetree/bindings/media/i2c/ |
D | ovti,ov2680.yaml | 15 camera. It provides full-frame, sub-sampled, or windowed 10-bit images in
|
D | ovti,ov5675.yaml | 19 sub-sampled, and windowed 10-bit MIPI images in various formats via the
|
D | ovti,ov8856.yaml | 16 sub-sampled, and windowed 10-bit MIPI images in various formats via the
|
D | ovti,ov5693.yaml | 16 sub-sampled, and windowed 10-bit MIPI images in various formats via the
|
/linux-6.12.1/drivers/watchdog/ |
D | rti_wdt.c | 96 * RTI only supports a windowed mode, where the watchdog can only in rti_wdt_start() 132 * RTI only supports a windowed mode, where the watchdog can only in rti_wdt_setup_hw_hb()
|
D | pic32-wdt.c | 190 dev_err(dev, "windowed-clear mode is not supported.\n"); in pic32_wdt_drv_probe()
|
/linux-6.12.1/drivers/net/ethernet/marvell/octeon_ep/ |
D | octep_main.h | 348 /* Read windowed register. 372 /* Write windowed register.
|
/linux-6.12.1/Documentation/devicetree/bindings/mfd/ |
D | rohm,bd9576-pmic.yaml | 16 monitoring. A watchdog logic with slow ping/windowed modes is also included.
|
/linux-6.12.1/lib/ |
D | win_minmax.c | 3 * lib/minmax.c: windowed min/max tracker
|
/linux-6.12.1/Documentation/trace/ |
D | intel_th.rst | 81 # allocate a 2-windowed multiblock buffer on the first memory
|
/linux-6.12.1/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_device.h | 715 /** Read windowed register. 727 /** Write windowed register.
|
/linux-6.12.1/Documentation/gpu/amdgpu/display/ |
D | mpo-overview.rst | 235 If 4k video (3840x2160) is playing in windowed mode, the physical size of the
|
/linux-6.12.1/drivers/comedi/drivers/ |
D | ni_stc.h | 650 * 671x, 611x windowed ao registers 985 /* protects access to windowed registers */
|
/linux-6.12.1/arch/xtensa/variants/fsf/include/variant/ |
D | core.h | 30 #define XCHAL_HAVE_WINDOWED 1 /* windowed registers option */
|
/linux-6.12.1/arch/xtensa/variants/test_mmuhifi_c3/include/variant/ |
D | core.h | 29 #define XCHAL_HAVE_WINDOWED 1 /* windowed registers option */
|
12