Home
last modified time | relevance | path

Searched refs:site (Results 1 – 8 of 8) sorted by relevance

/tools/testing/selftests/x86/bugs/
A Dits_ret_alignment.py82 site = rethunks_start_kcore + sites_offset[i] variable
87 symbol = identify_address(prog, site)
89 kcore_insn = list(cap.disasm(prog.read(site, 16), site))[0]
91 insn_end = site + kcore_insn.size - 1
A Dits_indirect_alignment.py86 site = retpolines_start_kcore + sites_offset[i] variable
91 kcore_insn = list(cap.disasm(prog.read(site, 16), site))[0]
93 insn_end = site + kcore_insn.size - 1 # TODO handle Jcc.32 __x86_indirect_thunk_\reg
101 if (site & 0x20) ^ (insn_end & 0x20):
/tools/usb/usbip/
A DINSTALL175 can create a site shell script called `config.site' that gives default
177 `configure' looks for `PREFIX/share/config.site' if it exists, then
178 `PREFIX/etc/config.site' if it exists. Or, you can set the
179 `CONFIG_SITE' environment variable to the location of the site script.
180 A warning: not all `configure' scripts look for a site script.
185 Variables not defined in a site shell script can be set in the
194 overridden in the site shell script).
/tools/power/cpupower/bindings/python/
A DREADME69 Python uses a system specific site-packages folder to look up modules to import
72 You can install and uninstall the bindings to the site-packages with:
/tools/objtool/
A Dcheck.c634 struct static_call_site *site; in create_static_call_sections() local
656 sizeof(*site), idx, idx * 2); in create_static_call_sections()
668 idx * sizeof(*site), idx * 2, in create_static_call_sections()
707 idx * sizeof(*site) + 4, in create_static_call_sections()
827 int *site = (int *)sec->data->d_buf + idx; in create_ibt_endbr_seal_sections() local
829 *site = 0; in create_ibt_endbr_seal_sections()
/tools/perf/Documentation/
A Dtopdown.txt360 [2] https://sites.google.com/site/analysismethods/yasin-pubs
/tools/objtool/Documentation/
A Dobjtool.txt27 - Retpoline call site annotation -- annotates all retpoline thunk call
/tools/memory-model/Documentation/
A Dlitmus-tests.txt1022 from the site of the emulated call_rcu() to the beginning
1028 additional call_rcu() process to the site of the

Completed in 17 milliseconds