Home
last modified time | relevance | path

Searched refs:syscall (Results 1 – 2 of 2) sorted by relevance

/scripts/
A Dgen-vdso-valid-sysret.sh25 local define symbol rest syscall caller
34 syscall="${symbol#VDSO_CODE_SYSRET_zx_}"
36 syscall="${syscall%_VIA_*}"
37 if eval "test -z \"\$syscall_callers_${syscall}\""; then
38 syscalls+=" $syscall"
39 eval "local syscall_callers_${syscall}=\$caller"
41 eval "syscall_callers_${syscall}+=\" \$caller\""
45 for syscall in $syscalls; do
47 static bool ${syscall}(uintptr_t offset) {
50 eval "local callers=\$syscall_callers_$syscall"
[all …]
A Dupdate-docs-from-abigen495 def update_seealso(lines, syscall, all_syscall_names, warn):
534 def update_syscall_references(lines, syscall, all_syscall_names, warn):
557 self = sc == syscall['name']
590 for syscall in data['syscalls']:
591 name = syscall['name']
612 update_title(lines, syscall, warn)
613 update_name(lines, syscall, warn)
614 update_synopsis(lines, syscall, warn)
615 update_rights(lines, syscall, warn)
616 update_seealso(lines, syscall, all_syscall_names, warn)
[all …]

Completed in 4 milliseconds