Home
last modified time | relevance | path

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

/bionic/libc/tools/
Dgenseccomp.py74 priority_syscalls = []
77 priority_syscalls.append((name, syscall_dict[name]))
78 return priority_syscalls, other_syscalls
163 def convert_priority_to_intermediate_bpf(priority_syscalls): argument
165 for i, syscall in enumerate(priority_syscalls):
171 def convert_ranges_to_bpf(ranges, priority_syscalls): argument
172 bpf = convert_priority_to_intermediate_bpf(priority_syscalls) + \
223 priority_syscalls, other_syscalls = \
226 bpf = convert_ranges_to_bpf(ranges, priority_syscalls)