Home
last modified time | relevance | path

Searched refs:location (Results 1 – 16 of 16) sorted by relevance

/tools/wmi/
Ddell-smbios-example.c53 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/
Dstrobemeta.h344 void *location = calc_location(&cfg->int_locs[idx], tls_base); in read_int_var() local
345 if (!location) in read_int_var()
348 bpf_probe_read_user(value, sizeof(struct strobe_value_generic), location); in read_int_var()
360 void *location; in read_str_var() local
364 location = calc_location(&cfg->str_locs[idx], tls_base); in read_str_var()
365 if (!location) in read_str_var()
368 bpf_probe_read_user(value, sizeof(struct strobe_value_generic), location); in read_str_var()
392 void *location; in read_map_var() local
399 location = calc_location(&cfg->map_locs[idx], tls_base); in read_map_var()
400 if (!location) in read_map_var()
[all …]
Dkfree_skb.c61 int BPF_PROG(trace_kfree_skb, struct sk_buff *skb, void *location) in BPF_PROG() argument
/tools/perf/scripts/python/
Dnet_dropmonitor.py73 skbaddr, location, protocol): argument
74 slocation = str(location)
Dnetdev-times.py291 skbaddr, protocol, location): argument
293 skbaddr, protocol, location)
433 skbaddr, protocol, location) = event_info
/tools/iio/
Diio_generic_buffer.c62 channels[i].location = bytes; in size_from_channelarray()
64 channels[i].location = bytes - bytes % channels[i].bytes in size_from_channelarray()
67 bytes = channels[i].location + channels[i].bytes; in size_from_channelarray()
190 print1byte(*(uint8_t *)(data + channels[k].location), in process_scan()
194 print2byte(*(uint16_t *)(data + channels[k].location), in process_scan()
198 print4byte(*(uint32_t *)(data + channels[k].location), in process_scan()
202 print8byte(*(uint64_t *)(data + channels[k].location), in process_scan()
Diio_utils.h49 unsigned location; member
/tools/memory-model/Documentation/
Dexplanation.txt85 store instruction accessing the same location (we ignore complicating
190 store to the same memory location, from any CPU.
222 each CPU stores to its own shared location and then loads from the
223 other CPU's location:
316 gets stored to a shared memory location (or in the case of an array
344 same memory location (the "-loc" suffix).
386 location:
451 dependency if the value obtained by the read affects the location
461 Here the location accessed by the second READ_ONCE() depends on the
463 to address dependencies, since the address of a location accessed
[all …]
Drecipes.txt15 there is only one CPU or only one memory location is accessed, and the
19 Single CPU or single memory location
/tools/power/x86/intel_pstate_tracer/
Dintel_pstate_tracer.py526 location = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__))) variable
527 filename = os.path.join(location, arg)
/tools/memory-model/
Dlock.cat75 (* Allow up to one unmatched LKW per location; more must deadlock *)
Dlinux-kernel.cat129 * struct srcu_struct location.
/tools/usb/usbip/
DINSTALL179 `CONFIG_SITE' environment variable to the location of the site script.
/tools/perf/Documentation/
Dperf-config.txt49 can be used to tell the command to read from or write to only that location.
238 cache location, or to disable it altogether. If you want to disable it,
Dperf-script-python.txt375 Note that the location of the Python script given in the shell script
/tools/power/pm-graph/
DREADME604 # push the script to a writeable location