Searched refs:pointer (Results 1 – 25 of 47) sorted by relevance
12
| /tools/crypto/ccp/ |
| D | dbc.py | 61 ret = lib.process_param(device.fileno(), message[0], ctypes.pointer(sig), ctypes.pointer(arg))
|
| /tools/net/sunrpc/xdrgen/templates/C/pointer/definition/ |
| D | open.j2 | 4 /* pointer {{ name }} */
|
| /tools/objtool/Documentation/ |
| D | objtool.txt | 22 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/ |
| D | Makefile | 2 CFLAGS += -D_FILE_OFFSET_BITS=64 -Wall -Werror -I../.. -I../../../../.. -fno-omit-frame-pointer -fs…
|
| /tools/net/sunrpc/xdrgen/templates/C/pointer/decoder/ |
| D | open.j2 | 4 /* pointer {{ name }} */
|
| /tools/net/sunrpc/xdrgen/templates/C/pointer/encoder/ |
| D | open.j2 | 4 /* pointer {{ name }} */
|
| /tools/perf/tests/workloads/ |
| D | Build | 12 CFLAGS_leafloop.o = -g -O0 -fno-inline -fno-omit-frame-pointer -U_FORTIFY_SOURCE
|
| /tools/testing/vsock/ |
| D | Makefile | 11 CFLAGS += -g -O2 -Werror -Wall -I. -I../../include -I../../../usr/include -Wno-pointer-sign -fno-st…
|
| /tools/power/acpi/ |
| D | Makefile.config | 87 CFLAGS += $(OPTIMIZATION) -fomit-frame-pointer
|
| /tools/testing/selftests/powerpc/math/ |
| D | vmx_asm.S | 86 # r3 holds pointer to where to put the result of fork 87 # r4 holds pointer to the pid
|
| D | fpu_asm.S | 104 # r3 holds pointer to where to put the result of fork 105 # r4 holds pointer to the pid
|
| /tools/perf/Documentation/ |
| D | Build.txt | 61 $ 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/ |
| D | Makefile | 18 …o-maybe-uninitialized -Wall -I. -I../include/ -I ../../usr/include/ -Wno-pointer-sign -fno-strict-…
|
| /tools/net/sunrpc/xdrgen/subcmds/ |
| D | declarations.py | 17 from generators.pointer import XdrPointerGenerator
|
| D | definitions.py | 17 from generators.pointer import XdrPointerGenerator
|
| D | source.py | 15 from generators.pointer import XdrPointerGenerator
|
| /tools/memory-model/Documentation/ |
| D | ordering.txt | 299 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()
|
| D | litmus-tests.txt | 146 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/ |
| D | Makefile | 94 -Wall -Wno-compare-distinct-pointer-types \ 95 -Wno-incompatible-function-pointer-types \
|
| /tools/power/cpupower/ |
| D | Makefile | 112 WARNINGS += $(call cc-supports,-Wno-pointer-sign)
|
| /tools/power/acpi/os_specific/service_layers/ |
| D | osunixxf.c | 1173 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/ |
| D | README | 16 scripting_context is a pointer to the perf data in the perf executable
|
| /tools/testing/selftests/bpf/ |
| D | README.rst | 131 // 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/ |
| D | Makefile | 124 -Wall -Wno-compare-distinct-pointer-types \
|
| /tools/testing/selftests/hid/ |
| D | Makefile | 192 -Wno-compare-distinct-pointer-types
|
12