Home
last modified time | relevance | path

Searched refs:pointer (Results 1 – 25 of 47) sorted by relevance

12

/tools/crypto/ccp/
Ddbc.py61 ret = lib.process_param(device.fileno(), message[0], ctypes.pointer(sig), ctypes.pointer(arg))
/tools/net/sunrpc/xdrgen/templates/C/pointer/definition/
Dopen.j24 /* pointer {{ name }} */
/tools/objtool/Documentation/
Dobjtool.txt22 alternative to frame pointer based unwinding
103 validates the correct frame pointer state at each instruction.
113 a) More reliable stack traces for frame pointer enabled kernels
125 frame pointers when the -fno-omit-frame-pointer option is used.
133 and update the frame pointer. If a first function doesn't properly
152 If we remove the frame pointer logic from cmdline_proc_show() by
153 replacing the frame pointer related instructions with nops, here's
215 correct frame pointer logic, if required by CONFIG_FRAME_POINTER or
219 This rule ensures that frame pointer based stack traces will work as
228 b) the jump matches sibling call semantics and the frame pointer has
[all …]
/tools/testing/selftests/filesystems/incfs/
DMakefile2 CFLAGS += -D_FILE_OFFSET_BITS=64 -Wall -Werror -I../.. -I../../../../.. -fno-omit-frame-pointer -fs…
/tools/net/sunrpc/xdrgen/templates/C/pointer/decoder/
Dopen.j24 /* pointer {{ name }} */
/tools/net/sunrpc/xdrgen/templates/C/pointer/encoder/
Dopen.j24 /* pointer {{ name }} */
/tools/perf/tests/workloads/
DBuild12 CFLAGS_leafloop.o = -g -O0 -fno-inline -fno-omit-frame-pointer -U_FORTIFY_SOURCE
/tools/testing/vsock/
DMakefile11 CFLAGS += -g -O2 -Werror -Wall -I. -I../../include -I../../../usr/include -Wno-pointer-sign -fno-st…
/tools/power/acpi/
DMakefile.config87 CFLAGS += $(OPTIMIZATION) -fomit-frame-pointer
/tools/testing/selftests/powerpc/math/
Dvmx_asm.S86 # r3 holds pointer to where to put the result of fork
87 # r4 holds pointer to the pid
Dfpu_asm.S104 # r3 holds pointer to where to put the result of fork
105 # r4 holds pointer to the pid
/tools/perf/Documentation/
DBuild.txt61 $ make DEBUG=1 EXTRA_CFLAGS='-fno-omit-frame-pointer -fsanitize=address'
70 $ make DEBUG=1 EXTRA_CFLAGS='-fno-omit-frame-pointer -fsanitize=undefined'
/tools/virtio/
DMakefile18 …o-maybe-uninitialized -Wall -I. -I../include/ -I ../../usr/include/ -Wno-pointer-sign -fno-strict-…
/tools/net/sunrpc/xdrgen/subcmds/
Ddeclarations.py17 from generators.pointer import XdrPointerGenerator
Ddefinitions.py17 from generators.pointer import XdrPointerGenerator
Dsource.py15 from generators.pointer import XdrPointerGenerator
/tools/memory-model/Documentation/
Dordering.txt299 smp_store_release() except that: (1) It takes the pointer to
300 be assigned to instead of a pointer to that pointer, (2) It
303 for an RCU-protected pointer in "sparse" runs.
375 and rcu_read_unlock() as well as pointer-traversal primitives such as
389 RCU's pointer-traversal primitives, including rcu_dereference() and
390 srcu_dereference(), order their load (which must be a pointer) against any
396 A call to rcu_dereference() for a given RCU-protected pointer is
398 same pointer in much the same way that a call to smp_load_acquire() is
406 If the pointer value is manipulated between the rcu_dereference()
Dlitmus-tests.txt146 pointer in P0()'s parameter list, this does an unordered store to global
682 contains nothing except a pointer to the next node in the list. This is
717 NULL pointer. A much longer linked list could be created if desired,
728 P1()'s line 20 loads a pointer from "y", and line 21 dereferences that
729 pointer. The RCU read-side critical section spanning lines 19-22 is just
750 The only possible outcomes feature P1() loading a pointer to "z"
751 (which contains zero) on the one hand and P1() loading a pointer to "x"
756 loaded a pointer to "x", but obtained the pre-initialization value of
757 zero after dereferencing that pointer.
1062 pointer types. There is no support for floating-point types,
[all …]
/tools/testing/selftests/sched_ext/
DMakefile94 -Wall -Wno-compare-distinct-pointer-types \
95 -Wno-incompatible-function-pointer-types \
/tools/power/cpupower/
DMakefile112 WARNINGS += $(call cc-supports,-Wno-pointer-sign)
/tools/power/acpi/os_specific/service_layers/
Dosunixxf.c1173 u8 acpi_os_readable(void *pointer, acpi_size length) in acpi_os_readable() argument
1192 u8 acpi_os_writable(void *pointer, acpi_size length) in acpi_os_writable() argument
/tools/perf/scripts/perl/Perf-Trace-Util/
DREADME16 scripting_context is a pointer to the perf data in the perf executable
/tools/testing/selftests/bpf/
DREADME.rst131 // r9 is a pointer to map_value
135 math between map_value pointer and register with unbounded min value is not allowed
145 verifier to understand such speculative pointer arithmetic.
/tools/sched_ext/
DMakefile124 -Wall -Wno-compare-distinct-pointer-types \
/tools/testing/selftests/hid/
DMakefile192 -Wno-compare-distinct-pointer-types

12