Home
last modified time | relevance | path

Searched full:assembly (Results 1 – 25 of 396) sorted by relevance

12345678910>>...16

/linux/lib/zstd/common/
H A Dportability_macros.h46 /* Mark the internal assembly functions as hidden */
74 * Only enable assembly for GNU C compatible compilers,
75 * because other platforms may not support GAS assembly syntax.
77 * Only enable assembly for Linux / MacOS / Win32, other platforms may
81 * Disable assembly when MSAN is enabled, because MSAN requires
87 * Determines whether we should enable assembly for x86-64
92 * - Assembly is supported
101 * assembly sources when CET is enabled.
/linux/arch/xtensa/include/asm/
H A Dasmmacro.h231 /* Assembly instructions for windowed kernel ABI. */
233 /* Assembly instructions for call0 kernel ABI (will be ignored). */
271 /* Assembly instructions for windowed kernel ABI (will be ignored). */
273 /* Assembly instructions for call0 kernel ABI. */
327 /* Assembly instructions for windowed user ABI. */
329 /* Assembly instructions for call0 user ABI (will be ignored). */
332 /* Assembly instructions for windowed user ABI (will be ignored). */
334 /* Assembly instructions for call0 user ABI. */
/linux/include/linux/device-id/
H A Drio.h17 * @asm_did: RapidIO assembly device ID
18 * @asm_vid: RapidIO assembly vendor ID
21 * the assembly device/vendor IDs.
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_devlink.c159 { DEVLINK_INFO_VERSION_GENERIC_BOARD_ID, "assembly.partno", },
160 { DEVLINK_INFO_VERSION_GENERIC_BOARD_REV, "assembly.revision", },
161 { DEVLINK_INFO_VERSION_GENERIC_BOARD_MANUFACTURE, "assembly.vendor", },
162 { "board.model", /* code name */ "assembly.model", },
247 vendor = nfp_hwinfo_lookup(pf->hwinfo, "assembly.vendor"); in nfp_devlink_info_get()
248 part = nfp_hwinfo_lookup(pf->hwinfo, "assembly.partno"); in nfp_devlink_info_get()
249 sn = nfp_hwinfo_lookup(pf->hwinfo, "assembly.serial"); in nfp_devlink_info_get()
/linux/Documentation/core-api/irq/
H A Dirqflags-tracing.rst20 category, because lots of lowlevel assembly code deal with irq-flags
38 complaint, try to figure out the assembly code we did not cover yet,
49 should be no crashes due to irq-tracing bugs. (except if the assembly
/linux/arch/sh/include/asm/
H A Dsuspend.h33 /* board code registration function for self-refresh assembly snippets */
70 /* register state saved and restored by the assembly code */
88 /* flags passed to assembly suspend code */
/linux/Documentation/arch/x86/
H A Dexception-tables.rst38 the low level assembly glue in arch/x86/entry/entry_32.S. The parameter
131 WOW! Black GCC/assembly magic. This is impossible to follow, so let's
232 What happened? The assembly directives::
252 the original assembly code: > 1: movb (%ebx),%dl
257 the original assembly code: > 3: movl $-14,%eax
263 The assembly code::
306 return value, however the inline assembly code in get_user() tries to
318 as relative offsets from the table itself. The assembly code changed
/linux/arch/x86/entry/
H A Dthunk.S3 * Save registers before calling assembly functions. This avoids
4 * disturbance of register allocation in some inline assembly constructs.
/linux/tools/perf/Documentation/
H A Dperf-annotate.txt17 displayed alongside assembly code.
19 If there is no debug info in the object, then annotated assembly is displayed.
105 Show raw instruction encoding of assembly instructions.
110 Interleave source code with assembly code. Enabled by default,
H A Dperf-config.txt198 Colors for jump arrows on assembly code listings
254 in lines of assembly code from a specific program.
283 this option lets 'annotate' print a list of assembly code with the source code.
311 Instead of using original addresses of assembly code,
318 an address on assembly code has a specific absolute address as below
330 There can be jump instruction among assembly code.
372 Let's see a part of assembly code.
386 in assembly code. If this option is 'true', total periods are printed
/linux/arch/riscv/include/asm/
H A Dthread_info.h27 * assembly.
48 * - if the members of this struct changes, the assembly constants
108 * - these are process state flags that various assembly files may need to
/linux/Documentation/trace/
H A Dftrace-design.rst79 implemented in assembly)::
160 Here is the pseudo code for the new ftrace_graph_caller assembly function::
182 Here is the pseudo code for the new return_to_handler assembly function. Note
213 However, adding support for it isn't terribly difficult. In your assembly code
295 With the header out of the way, we can fill out the assembly code. While we
305 implement your own stuff in assembly::
361 will be modifying the assembly code at the location of the ftrace_call symbol
/linux/arch/sh/include/mach-kfr2r09/mach/
H A Dromimage.h5 * converts the "partner-jet-script.txt" script into assembly
6 * the assembly code is the first code to be executed in the romImage
/linux/Documentation/core-api/
H A Dasm-annotations.rst7 assembly. In particular, it contains information about ``SYM_FUNC_START``,
13 assembly. The same as in C, such code is grouped into functions and
17 debuggers throughout assembly. On top of that, developers also want to mark
24 annotations in assembly. Due to the lack of their documentation, the macros
182 assembly.
/linux/Documentation/virt/
H A Dparavirt_ops.rst32 - a set of macros for hand written assembly code
33 Hand written assembly codes (.S files) also need paravirtualization
/linux/arch/sh/include/mach-ecovec24/mach/
H A Dromimage.h5 * converts the "partner-jet-script.txt" script into assembly
6 * the assembly code is the first code to be executed in the romImage
/linux/arch/sparc/kernel/
H A Dasm-offsets.c4 * assembly language modules.
9 * #defines from the assembly-language output.
/linux/Documentation/ABI/testing/
H A Dsysfs-platform-dell-privacy-wmi19 shutter assembly that is built onto the camera module to block capturing images
54 shutter assembly that is built onto the camera module to block capturing images
/linux/arch/openrisc/kernel/
H A Dasm-offsets.c14 * assembly language modules.
19 * #defines from the assembly-language output.
/linux/arch/xtensa/variants/fsf/include/variant/
H A Dtie-asm.h2 * This header file contains assembly-language definitions (assembly
/linux/arch/sh/kernel/
H A Dasm-offsets.c4 * assembly language modules.
9 * #defines from the assembly-language output.
/linux/tools/memory-model/scripts/
H A Drunlitmus.sh9 # C-language file to the specified type of assembly and verifies that.
69 # Generate the assembly code and run herd7 on it.
/linux/arch/nios2/include/asm/
H A Dthread_info.h33 * - if the contents of this structure are changed, the assembly constants
68 * - these are process state flags that various assembly files may need to
/linux/arch/loongarch/include/asm/
H A Dthread_info.h21 * - if the contents of this structure are changed, the assembly constants
54 * - these are process state flags that various assembly files may need to
/linux/Documentation/arch/arm/
H A Dkernel_user_helpers.rst18 implementation, however a VDSO would prevent some assembly tricks with
145 The C flag is also set if `*ptr` was changed to allow for assembly
239 The C flag is also set if `*ptr` was changed to allow for assembly

12345678910>>...16