Home
last modified time | relevance | path

Searched full:emulation (Results 1 – 25 of 1528) sorted by relevance

12345678910>>...62

/kernel/linux/linux-5.10/arch/mips/include/asm/
Ddsemul.h28 * @cont_pc: The PC to continue at following 'emulation'.
41 * do_dsemulret() - Return from a delay slot 'emulation' frame
45 * the kernel from branch delay slot 'emulation' frames following a call
49 * Return: True if an emulation frame was returned from, else false.
61 * dsemul_thread_cleanup() - Cleanup thread 'emulation' frame
64 * If the thread @tsk has a branch delay slot 'emulation' frame
78 * dsemul_thread_rollback() - Rollback from an 'emulation' frame
82 * is executing within a delay slot 'emulation' frame then exit that
99 * dsemul_mm_cleanup() - Cleanup per-mm delay slot 'emulation' state
103 * for delay slot 'emulation' book-keeping is freed. This is to be called
/kernel/linux/linux-6.6/arch/mips/include/asm/
Ddsemul.h28 * @cont_pc: The PC to continue at following 'emulation'.
41 * do_dsemulret() - Return from a delay slot 'emulation' frame
45 * the kernel from branch delay slot 'emulation' frames following a call
49 * Return: True if an emulation frame was returned from, else false.
61 * dsemul_thread_cleanup() - Cleanup thread 'emulation' frame
64 * If the thread @tsk has a branch delay slot 'emulation' frame
78 * dsemul_thread_rollback() - Rollback from an 'emulation' frame
82 * is executing within a delay slot 'emulation' frame then exit that
99 * dsemul_mm_cleanup() - Cleanup per-mm delay slot 'emulation' state
103 * for delay slot 'emulation' book-keeping is freed. This is to be called
/kernel/linux/linux-5.10/Documentation/driver-api/thermal/
Dexynos_thermal_emulation.rst2 Exynos Emulation Mode
12 Exynos 4x12 (4212, 4412) and 5 series provide emulation mode for thermal
13 management unit. Thermal emulation mode supports software debug for
24 automatically enable emulation mode and current temperature will be
31 Exynos emulation mode requires synchronous of value changing and
33 next temperature, then you have to enable emulation mode at the same
39 Disabling emulation mode only requires writing value 0 to sysfs node.
60 emulation : 0 50 | 70 | 20 | 0
/kernel/linux/linux-6.6/Documentation/driver-api/thermal/
Dexynos_thermal_emulation.rst2 Exynos Emulation Mode
12 Exynos 4x12 (4212, 4412) and 5 series provide emulation mode for thermal
13 management unit. Thermal emulation mode supports software debug for
24 automatically enable emulation mode and current temperature will be
31 Exynos emulation mode requires synchronous of value changing and
33 next temperature, then you have to enable emulation mode at the same
39 Disabling emulation mode only requires writing value 0 to sysfs node.
60 emulation : 0 50 | 70 | 20 | 0
/kernel/linux/linux-5.10/Documentation/arm64/
Dlegacy_instructions.rst6 emulation of instructions which have been deprecated, or obsoleted in
8 hooks to support emulation. Where available it also allows turning on
11 The emulation mode can be controlled by writing to sysctl nodes
24 Uses software emulation. To aid migration of software, in this mode
39 architecture. Deprecated instructions should default to emulation
42 Note: Instruction emulation may not be possible in all cases. See
/kernel/linux/linux-6.6/Documentation/arch/arm64/
Dlegacy_instructions.rst6 emulation of instructions which have been deprecated, or obsoleted in
8 hooks to support emulation. Where available it also allows turning on
11 The emulation mode can be controlled by writing to sysctl nodes
24 Uses software emulation. To aid migration of software, in this mode
39 architecture. Deprecated instructions should default to emulation
42 Note: Instruction emulation may not be possible in all cases. See
/kernel/linux/linux-5.10/arch/arm/mach-realview/
DKconfig28 bool "Support RealView(R) Emulation Baseboard"
32 Include support for the ARM(R) RealView(R) Emulation Baseboard
44 Realview(R) Emulation Baseboard platform.
51 Realview(R) Emulation Baseboard platform.
58 Realview(R) Emulation Baseboard platform.
66 Emulation Baseboard platform.
/kernel/linux/linux-5.10/drivers/macintosh/
Dapm_emu.c3 * APM emulation for PMU-based machines
10 #include <linux/apm-emulation.h>
90 printk(KERN_INFO "apm_emu: PMU APM Emulation initialized.\n"); in apm_emu_init()
100 printk(KERN_INFO "apm_emu: PMU APM Emulation removed.\n"); in apm_emu_exit()
107 MODULE_DESCRIPTION("APM emulation for PowerMac");
/kernel/linux/linux-6.6/drivers/macintosh/
Dapm_emu.c3 * APM emulation for PMU-based machines
10 #include <linux/apm-emulation.h>
90 printk(KERN_INFO "apm_emu: PMU APM Emulation initialized.\n"); in apm_emu_init()
100 printk(KERN_INFO "apm_emu: PMU APM Emulation removed.\n"); in apm_emu_exit()
107 MODULE_DESCRIPTION("APM emulation for PowerMac");
/kernel/linux/linux-5.10/sound/core/
DKconfig42 bool "Enable OSS Emulation"
45 This option enables the build of OSS emulation layer.
51 To enable OSS mixer API emulation (/dev/mixer*), say Y here
52 and read <file:Documentation/sound/designs/oss-emulation.rst>.
64 To enable OSS digital audio (PCM) emulation (/dev/dsp*), say Y
65 here and read <file:Documentation/sound/designs/oss-emulation.rst>.
/kernel/linux/linux-5.10/Documentation/sound/designs/
Dseq-oss.rst2 OSS Sequencer Emulation on ALSA
12 This directory contains the OSS sequencer emulation driver on ALSA. Note
15 What this does - it provides the emulation of the OSS sequencer, access
75 and OSS emulation (``--with-oss=yes``) options. A module ``snd-seq-oss.o``
77 emulation (so far, only Emu8000 driver), this module will be loaded
90 OSS sequencer emulation version 0.1.8
114 to play via OSS sequencer emulation.
153 OSS sequencer emulation uses an ALSA priority queue. The
203 like sample reset. In OSS emulation, these special features are realized
339 The most of these behavior can be realized by MIDI emulation driver
[all …]
/kernel/linux/linux-6.6/Documentation/sound/designs/
Dseq-oss.rst2 OSS Sequencer Emulation on ALSA
12 This directory contains the OSS sequencer emulation driver on ALSA. Note
15 What this does - it provides the emulation of the OSS sequencer, access
75 and OSS emulation (``--with-oss=yes``) options. A module ``snd-seq-oss.o``
77 emulation (so far, only Emu8000 driver), this module will be loaded
90 OSS sequencer emulation version 0.1.8
114 to play via OSS sequencer emulation.
153 OSS sequencer emulation uses an ALSA priority queue. The
203 like sample reset. In OSS emulation, these special features are realized
339 The most of these behavior can be realized by MIDI emulation driver
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/bridge/
Dnxp,ptn3460.yaml20 edid-emulation:
23 The EDID emulation entry to use
63 - edid-emulation
81 edid-emulation = <5>;
/kernel/linux/linux-6.6/sound/core/
DKconfig55 bool "Enable OSS Emulation"
58 This option enables the build of OSS emulation layer.
64 To enable OSS mixer API emulation (/dev/mixer*), say Y here
65 and read <file:Documentation/sound/designs/oss-emulation.rst>.
77 To enable OSS digital audio (PCM) emulation (/dev/dsp*), say Y
78 here and read <file:Documentation/sound/designs/oss-emulation.rst>.
/kernel/linux/linux-6.6/arch/arm/mach-versatile/
DKconfig172 bool "Support RealView(R) Emulation Baseboard"
176 Include support for the ARM(R) RealView(R) Emulation Baseboard
188 Realview(R) Emulation Baseboard platform.
195 Realview(R) Emulation Baseboard platform.
202 Realview(R) Emulation Baseboard platform.
210 Emulation Baseboard platform.
/kernel/linux/linux-6.6/include/drm/
Ddrm_fb_helper.h67 * struct drm_fb_helper_funcs - driver callbacks for the fbdev emulation library
69 * Driver callbacks used by the fbdev emulation helper library.
93 * emulation will invoke this callback in regular intervals after
118 * fbdev emulation should embedded this into their overall driver structure.
126 * DRM client used by the generic fbdev emulation.
133 * Framebuffer used by the generic fbdev emulation.
153 * FIXME: fbdev emulation locking is a mess and long term we want to
203 * driver uses the DRM fbdev emulation layer, this is set by the core
/kernel/linux/linux-5.10/arch/x86/kernel/
Dumip.c2 * umip.c Emulation for instruction protected by the User-Mode Instruction
19 /** DOC: Emulation for User-Mode Instruction Prevention (UMIP)
35 * This emulation is needed because certain applications (e.g., WineHQ and
55 * Emulation is provided for both 32-bit and 64-bit processes.
195 * result of the emulation is saved in @data. The size of the results depends
297 * UMIP emulation could not be copied to the user space memory.
314 umip_pr_err(regs, "segfault in emulation. error%x\n", in force_sig_info_umip_fault()
334 * True if emulation was successful; false if not.
353 * is protected by a memory protection key. Give up on emulation in fixup_umip_exception()
369 umip_pr_warn(regs, "For now, expensive software emulation returns the result.\n"); in fixup_umip_exception()
/kernel/linux/linux-6.6/arch/x86/kernel/
Dumip.c2 * umip.c Emulation for instruction protected by the User-Mode Instruction
19 /** DOC: Emulation for User-Mode Instruction Prevention (UMIP)
35 * This emulation is needed because certain applications (e.g., WineHQ and
55 * Emulation is provided for both 32-bit and 64-bit processes.
195 * result of the emulation is saved in @data. The size of the results depends
297 * UMIP emulation could not be copied to the user space memory.
314 umip_pr_err(regs, "segfault in emulation. error%x\n", in force_sig_info_umip_fault()
334 * True if emulation was successful; false if not.
350 * Give up on emulation if fetching the instruction failed. Should a in fixup_umip_exception()
367 umip_pr_debug(regs, "For now, expensive software emulation returns the result.\n"); in fixup_umip_exception()
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/
Disp.doc38 isp.sa provides full emulation support for these instructions.
119 the entry code jumps to the appropriate emulation code within the code section.
182 If the emulation code provided by the 060ISP is sufficient for the
191 If the "core" emulation routines of either "cas" or "cas2" perform some
193 supply new emulation code. This new emulation code should reside within
194 the functions _060_real_cas() or _060_real_cas2(). When this new emulation
DCHANGES33 1) "movep" emulation where data was being read from memory
34 was reading the intermediate bytes. Emulation now only
38 Inexact FPSR bit. Emulation now does not set Inexact for
93 bit 0 = 1 (Software Emulation Error)
115 bit 0 = 1 (Software Emulation Error)
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/
Disp.doc38 isp.sa provides full emulation support for these instructions.
119 the entry code jumps to the appropriate emulation code within the code section.
182 If the emulation code provided by the 060ISP is sufficient for the
191 If the "core" emulation routines of either "cas" or "cas2" perform some
193 supply new emulation code. This new emulation code should reside within
194 the functions _060_real_cas() or _060_real_cas2(). When this new emulation
DCHANGES33 1) "movep" emulation where data was being read from memory
34 was reading the intermediate bytes. Emulation now only
38 Inexact FPSR bit. Emulation now does not set Inexact for
93 bit 0 = 1 (Software Emulation Error)
115 bit 0 = 1 (Software Emulation Error)
/kernel/linux/linux-6.6/Documentation/filesystems/
Dlocks.rst15 1.1 Broken Flock Emulation
18 The old flock(2) emulation in the kernel was swapped for proper BSD
20 release of the 2.1.x kernel series, support for the old emulation has
33 Because sendmail was unable to use the old flock() emulation, many sendmail
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/bridge/
Dptn3460.txt8 - edid-emulation: The EDID emulation entry to use
31 edid-emulation = <5>;
/kernel/linux/linux-6.6/include/linux/
Dreciprocal_div.h52 * emulation operations.
54 * It makes no sense to use this advanced version for host divide emulation,
56 * waive our saving on emulation operations.
60 * by the following pseudo code, the required emulation operations could go down

12345678910>>...62