Home
last modified time | relevance | path

Searched full:dispatcher (Results 1 – 25 of 92) sorted by relevance

1234

/linux-6.14.4/kernel/bpf/
Ddispatcher.c9 /* The BPF dispatcher is a multiway branch code generator. The
10 * dispatcher is a mechanism to avoid the performance penalty of an
12 * dispatch client registers a BPF program into the dispatcher, and if
13 * there is available room in the dispatcher a direct call to the BPF
15 * the dispatcher will then be a direct call, instead of an
16 * indirect. The dispatcher hijacks a trampoline function it via the
117 /* Prepare the dispatcher in d->rw_image. Then use in bpf_dispatcher_update()
DMakefile21 obj-$(CONFIG_BPF_JIT) += dispatcher.o
/linux-6.14.4/Documentation/admin-guide/
Dsyscall-user-dispatch.rst18 Syscall User Dispatch brings the filtering of the syscall dispatcher
43 only the syscall dispatcher address and the userspace key.
89 dispatcher region prior to executing the syscall, or to discover the
Dspkguide.txt614 Speech Dispatcher.
675 8.2. Speech Dispatcher
678 Speech Dispatcher running on your system, and it must be configured to
685 You can obtain a copy of Speech Dispatcher from free(b)soft at
687 come with Speech Dispatcher in order to install and configure Speech
688 Dispatcher. You can check out the web site for your Linux distribution
690 distribution may also have a precompiled Speech Dispatcher package.
692 Once you've installed, configured, and tested Speech Dispatcher with your
/linux-6.14.4/tools/testing/selftests/syscall_user_dispatch/
Dsud_test.c53 * disables the dispatcher
56 * can bypass the dispatcher.
115 /* Dispatcher region is bad (offset > 0 && len == 0) */ in TEST()
126 * Dispatcher range overflows unsigned long in TEST()
/linux-6.14.4/fs/smb/server/
Dsmb2ops.c195 * command dispatcher
212 * command dispatcher
242 * command dispatcher
271 * command dispatcher
/linux-6.14.4/arch/mips/fw/lib/
Dcall_o32.S31 * O32 function call dispatcher, for interfacing 32-bit ROM routines.
39 * called o32 function for sp and ra restoration and this dispatcher has
/linux-6.14.4/kernel/entry/
Dsyscall_user_dispatch.c83 * Validate the direct dispatcher region just for basic in task_set_syscall_user_dispatch()
84 * sanity against overflow and a 0-sized dispatcher in task_set_syscall_user_dispatch()
/linux-6.14.4/drivers/net/wireless/realtek/rtw89/
Ddebug.c2766 seq_printf(m, "Enable Dispatcher hdt tx%x dump.\n", index); in rtw89_debug_mac_dbg_port_sel()
2774 seq_puts(m, "Enable Dispatcher hdt tx6 dump.\n"); in rtw89_debug_mac_dbg_port_sel()
2782 seq_puts(m, "Enable Dispatcher hdt tx7 dump.\n"); in rtw89_debug_mac_dbg_port_sel()
2790 seq_puts(m, "Enable Dispatcher hdt tx8 dump.\n"); in rtw89_debug_mac_dbg_port_sel()
2802 seq_printf(m, "Enable Dispatcher hdt tx%x dump.\n", index); in rtw89_debug_mac_dbg_port_sel()
2810 seq_puts(m, "Enable Dispatcher hdt txD dump.\n"); in rtw89_debug_mac_dbg_port_sel()
2818 seq_puts(m, "Enable Dispatcher cdt tx0 dump.\n"); in rtw89_debug_mac_dbg_port_sel()
2826 seq_puts(m, "Enable Dispatcher cdt tx1 dump.\n"); in rtw89_debug_mac_dbg_port_sel()
2834 seq_puts(m, "Enable Dispatcher cdt tx3 dump.\n"); in rtw89_debug_mac_dbg_port_sel()
2842 seq_puts(m, "Enable Dispatcher cdt tx4 dump.\n"); in rtw89_debug_mac_dbg_port_sel()
[all …]
/linux-6.14.4/arch/arm/mach-tegra/
Dreset.h5 * CPU reset dispatcher.
/linux-6.14.4/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dvga.h22 /* VGA indexed port access dispatcher */
/linux-6.14.4/arch/arm64/mm/
Dmem_encrypt.c7 * acts as a top-level dispatcher to whatever hooks may have been
/linux-6.14.4/arch/m68k/mac/
Dmacints.c99 * dispatcher. This dispatcher finds the interrupting slot number (9-F) and
Dbaboon.c65 * Register the Baboon interrupt dispatcher on nubus slot $C.
/linux-6.14.4/include/xen/interface/hvm/
Dioreq.h25 * VMExit dispatcher should cooperate with instruction decoder to
/linux-6.14.4/arch/mips/loongson2ef/fuloong-2e/
Dirq.c52 /* Sets the first-level interrupt dispatcher. */ in mach_init_irq()
/linux-6.14.4/Documentation/devicetree/bindings/mailbox/
Dmediatek,gce-props.yaml14 single-core command dispatcher for MediaTek hardware. The Command Queue
/linux-6.14.4/arch/mips/loongson2ef/lemote-2f/
Dirq.c104 /* Sets the first-level interrupt dispatcher. */ in mach_init_irq()
/linux-6.14.4/net/can/
Daf_can.h49 /* af_can rx dispatcher structures */
/linux-6.14.4/drivers/scsi/pm8001/
Dpm8001_sas.c366 * pm8001_task_prep_smp - the dispatcher function, prepare data for smp task
389 * pm8001_task_prep_ata - the dispatcher function, prepare data for sata task
400 * pm8001_task_prep_internal_abort - the dispatcher function, prepare data
412 * pm8001_task_prep_ssp_tm - the dispatcher function, prepare task management data
424 * pm8001_task_prep_ssp - the dispatcher function, prepare ssp data for ssp task
/linux-6.14.4/include/net/
Dprotocol.h7 * Definitions for the protocol dispatcher.
/linux-6.14.4/drivers/gpu/drm/amd/amdgpu/
Dcik_ih.c226 * QUEUE_ID - for compute, which of the 8 queues owned by the dispatcher
230 * - ME1&2 compute dispatcher (4 pipes each)
/linux-6.14.4/drivers/net/ethernet/altera/
Daltera_msgdmahw.h75 /* mSGDMA dispatcher control and status register map
Daltera_tse.h407 /* mSGDMA Rx Dispatcher address space */
412 /* mSGDMA Tx Dispatcher address space */
/linux-6.14.4/arch/arm/kernel/
Dentry-armv.S950 * Interrupt dispatcher
972 * Data abort dispatcher
995 * Prefetch abort dispatcher
1018 * Undef instr entry dispatcher

1234