| /tools/wmi/ |
| A D | dell-smbios-example.c | 53 static int find_token(__u16 token, __u16 *location, __u16 *value) in find_token() argument 87 *location = (__u16) strtol(buf, NULL, 16); in find_token() 89 if (*location) in find_token() 94 static int token_is_active(__u16 *location, __u16 *cmpvalue, in token_is_active() argument 101 buffer->std.input[0] = *location; in token_is_active() 111 __u16 location; in query_token() local 115 ret = find_token(token, &location, &value); in query_token() 120 return token_is_active(&location, &value, buffer); in query_token() 126 __u16 location; in activate_token() local 130 ret = find_token(token, &location, &value); in activate_token() [all …]
|
| /tools/testing/selftests/bpf/progs/ |
| A D | strobemeta.h | 348 void *location = calc_location(&cfg->int_locs[idx], tls_base); in read_int_var() local 349 if (!location) in read_int_var() 352 bpf_probe_read_user(value, sizeof(struct strobe_value_generic), location); in read_int_var() 364 void *location; in read_str_var() local 368 location = calc_location(&cfg->str_locs[idx], tls_base); in read_str_var() 369 if (!location) in read_str_var() 372 bpf_probe_read_user(value, sizeof(struct strobe_value_generic), location); in read_str_var() 396 void *location; in read_map_var() local 402 location = calc_location(&cfg->map_locs[idx], tls_base); in read_map_var() 403 if (!location) in read_map_var() [all …]
|
| A D | kfree_skb.c | 61 int BPF_PROG(trace_kfree_skb, struct sk_buff *skb, void *location) in BPF_PROG() argument
|
| A D | dynptr_success.c | 551 int BPF_PROG(test_dynptr_skb_tp_btf, void *skb, void *location) in BPF_PROG() argument
|
| /tools/perf/scripts/python/ |
| A D | net_dropmonitor.py | 73 skbaddr, location, protocol, reason): argument 74 slocation = str(location)
|
| A D | netdev-times.py | 291 skbaddr, location, protocol, reason): argument 293 skbaddr, location, protocol, reason) 297 skbaddr, location): argument 434 skbaddr, location, protocol, reason) = event_info
|
| /tools/iio/ |
| A D | iio_generic_buffer.c | 64 channels[i].location = bytes; in size_from_channelarray() 66 channels[i].location = bytes - bytes % channels[i].bytes in size_from_channelarray() 69 bytes = channels[i].location + channels[i].bytes; in size_from_channelarray() 192 print1byte(*(uint8_t *)(data + channels[k].location), in process_scan() 196 print2byte(*(uint16_t *)(data + channels[k].location), in process_scan() 200 print4byte(*(uint32_t *)(data + channels[k].location), in process_scan() 204 print8byte(*(uint64_t *)(data + channels[k].location), in process_scan()
|
| A D | iio_utils.h | 50 unsigned location; member
|
| /tools/testing/selftests/nolibc/ |
| A D | run-tests.sh | 52 -d [DIR] Download location for toolchains (default: ${download_location}) 55 -b [DIR] Build location (default: ${build_location})
|
| /tools/power/x86/amd_pstate_tracer/ |
| A D | amd_pstate_trace.py | 277 location = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__))) variable 278 file_name = os.path.join(location, arg)
|
| /tools/perf/Documentation/ |
| A D | perf-mem.txt | 131 - cache: location in CPU cache (L1, L2, ...) where the sample hit 132 - mem: location in memory or other places the sample hit 133 - dtlb: location in Data TLB (L1, L2) where the sample hit
|
| A D | perf-dlfilter.txt | 196 * Address location (as per perf script)
|
| A D | perf-config.txt | 49 can be used to tell the command to read from or write to only that location. 236 cache location, or to disable it altogether. If you want to disable it,
|
| A D | perf-script-python.txt | 375 Note that the location of the Python script given in the shell script
|
| /tools/memory-model/Documentation/ |
| A D | explanation.txt | 191 store to the same memory location, from any CPU. 224 other CPU's location: 345 same memory location (the "-loc" suffix). 387 location: 605 of the location's actual size. 617 that location. 627 stores reach x's location in memory (or if you prefer a more 732 prefer, each location has its own independent coherence order. 1097 a particular location before it knows what that location is. However, 1128 same location even before it knows what the location's address is. [all …]
|
| A D | recipes.txt | 15 there is only one CPU or only one memory location is accessed, and the 19 Single CPU or single memory location
|
| A D | access-marking.txt | 253 and data_race() writes on the other, KCSAN will not report the location
|
| /tools/power/x86/intel_pstate_tracer/ |
| A D | intel_pstate_tracer.py | 524 location = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__))) variable 525 filename = os.path.join(location, arg)
|
| /tools/power/cpupower/ |
| A D | README | 192 (such as '/usr/lib/systemd/system/', which is the default location) and (unless
|
| /tools/memory-model/ |
| A D | lock.cat | 81 (* Allow up to one unmatched LKW per location; more must deadlock *)
|
| A D | linux-kernel.cat | 152 * struct srcu_struct location.
|
| /tools/usb/usbip/ |
| A D | INSTALL | 179 `CONFIG_SITE' environment variable to the location of the site script.
|
| /tools/power/pm-graph/ |
| A D | README | 604 # push the script to a writeable location
|