/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/ |
H A D | slb.c | 359 unsigned long exec = 0x10000000; in slb_setup_new_exec() local 373 * We have no good place to clear the slb preload cache on exec, in slb_setup_new_exec() 378 * previous exec, they will age out if unused. It may turn out to in slb_setup_new_exec() 388 if (!is_kernel_addr(exec)) { in slb_setup_new_exec() 389 if (preload_add(ti, exec)) in slb_setup_new_exec() 390 slb_allocate_user(mm, exec); in slb_setup_new_exec()
|
/third_party/elfutils/src/ |
H A D | stack.c | 74 static const char *exec = NULL; variable 501 exec = arg; in parse_opt() 563 if (core == NULL && exec != NULL) in parse_opt() 595 if (dwfl_core_file_report (dwfl, core, exec) < 0) in parse_opt()
|
/third_party/node/lib/ |
H A D | child_process.js | 232 function exec(command, options, callback) { function 257 ObjectDefineProperty(exec, promisify.custom, { 260 value: customPromiseExecFunction(exec), 1014 exec,
|
/third_party/node/deps/npm/node_modules/ip-address/dist/ |
H A D | ipv6.js | 117 const subnet = constants6.RE_SUBNET_STRING.exec(address); 132 const zone = constants6.RE_ZONE_STRING.exec(address); 186 result = constants6.RE_URL_WITH_PORT.exec(url); 202 result = constants6.RE_URL.exec(url);
|
/third_party/node/lib/internal/debugger/ |
H A D | inspect_repl.js | 70 exec: 'p', 97 exec(expr), p(expr), exec expr, p expr 99 repl Enter a debug repl that works like exec 578 // Add parentheses: exec process.title => exec("process.title"); 579 const match = RegExpPrototypeExec(/^\s*(?:exec|p)\s+([^\n]*)/, input); 581 lastCommand = `exec(${JSONStringify(match[1])})`; 1004 exec(expr) {
|
/kernel/linux/linux-5.10/arch/x86/ia32/ |
H A D | ia32_aout.c | 108 struct exec ex; in load_aout_binary() 111 ex = *((struct exec *) bprm->buf); /* exec-header */ in load_aout_binary() 249 struct exec ex; in load_aout_library()
|
/third_party/elfutils/tests/ |
H A D | backtrace.c | 385 exec_dump (const char *exec) in exec_dump() argument 393 execl (exec, exec, "--ptraceme", NULL); in exec_dump() 483 { "backtrace-exec", OPT_BACKTRACE_EXEC, "EXEC", 0, N_("Run executable"), 0 },
|
/third_party/curl/lib/ |
H A D | curl_setup.h | 337 # include <exec/types.h> 338 # include <exec/execbase.h> 339 # include <proto/exec.h>
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | dadrcal.cpp | 41 void DataDrivenCalendarTest::runIndexedTest(int32_t index, UBool exec, in runIndexedTest() argument 44 if (exec) { in runIndexedTest() 55 if (exec) { in runIndexedTest()
|
H A D | formatted_string_builder_test.cpp | 27 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par = 0) override; 42 void FormattedStringBuilderTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char *) { in runIndexedTest() argument 43 if (exec) { in runIndexedTest()
|
H A D | formattedvaluetest.cpp | 19 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=0) override; 36 void FormattedValueTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char *) { in runIndexedTest() argument 37 if (exec) { in runIndexedTest()
|
H A D | bidiconf.cpp | 39 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=NULL) override; 70 void BiDiConformanceTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char * /*par*/) { in runIndexedTest() argument 71 if(exec) { in runIndexedTest()
|
H A D | calcasts.cpp | 24 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break 27 void CalendarCaseTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument 29 if (exec) logln("TestSuite CalendarCaseTest"); in runIndexedTest()
|
H A D | astrotst.cpp | 24 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break 29 void AstroTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument 31 if (exec) logln("TestSuite AstroTest"); in runIndexedTest()
|
H A D | displayoptions_test.cpp | 20 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par = 0) override; 23 void DisplayOptionsTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char *) { in runIndexedTest() argument 24 if (exec) { in runIndexedTest()
|
H A D | v32test.cpp | 41 void UVector32Test::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument 43 if (exec) logln("TestSuite UVector32Test: "); in runIndexedTest() 47 if (exec) UVector32_API(); in runIndexedTest()
|
H A D | compactdecimalformattest.cpp | 234 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par=0) override; 267 int32_t index, UBool exec, const char *&name, char *) { in runIndexedTest() 268 if (exec) { in runIndexedTest() 266 runIndexedTest( int32_t index, UBool exec, const char *&name, char *) runIndexedTest() argument
|
/third_party/node/lib/internal/per_context/ |
H A D | primordials.js | 604 exec: OriginalRegExpPrototypeExec, 625 exec() { 674 exec: {
|
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_render_skps/ |
H A D | perf_puppeteer_render_skps.go | 22 "go.skia.org/infra/go/exec" 125 if _, err := exec.RunCwd(ctx, benchmarkPath, filepath.Join(nodeBinPath, "npm"), "ci"); err != nil { 135 _, _ = exec.RunSimple(ctx, "killall chrome") 211 _, err := exec.RunCwd(ctx, benchmarkPath, args...)
|
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | suspend.c | 14 #include <asm/exec.h>
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | pe-file-parsing.c | 12 #include <subcmd/exec-cmd.h>
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | cn_proc.h | 83 } exec; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | timer.h | 8 struct list_head exec; member
|
H A D | pmu.h | 58 int nvkm_memx_fini(struct nvkm_memx **, bool exec);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
H A D | dcb.h | 65 int dcb_outp_foreach(struct nvkm_bios *, void *data, int (*exec)
|