| /system/public/zircon/ |
| A D | syscalls.abigen | 53 syscall clock_get 58 syscall clock_get_new 89 syscall clock_adjust 472 syscall task_kill 573 syscall timer_set 592 syscall vmo_read 687 syscall vmar_map 772 syscall log_read 918 syscall bti_pin 1003 syscall pci_init [all …]
|
| /system/host/abigen/ |
| A D | abigen_generator.cpp | 167 bool AbigenGenerator::AddSyscall(Syscall&& syscall) { in AddSyscall() argument 168 if (!syscall.validate()) in AddSyscall() 171 syscall.requirements = pending_requirements_; in AddSyscall() 174 syscall.top_description = pending_top_description_; in AddSyscall() 177 syscall.assign_index(&next_index_); in AddSyscall() 178 calls_.emplace_back(std::move(syscall)); in AddSyscall() 214 return generator.syscall(ofile, sc); in generate_one()
|
| A D | generator.h | 17 virtual bool syscall(std::ofstream& os, const Syscall& sc) = 0; 45 bool syscall(std::ofstream& os, const Syscall& sc) override; 59 bool syscall(std::ofstream& os, const Syscall& sc) override; 70 bool syscall(std::ofstream& os, const Syscall& sc) override; 76 bool syscall(std::ofstream& os, const Syscall& sc) override; 87 bool syscall(std::ofstream& os, const Syscall& sc) override; 99 bool syscall(std::ofstream& os, const Syscall& sc) override; 113 bool syscall(std::ofstream& os, const Syscall& sc) override; 121 bool syscall(std::ofstream& os, const Syscall& sc) override;
|
| A D | syscall_parser.cpp | 196 Syscall syscall{ts.filectx(), name}; in process_syscall() local 199 syscall.attributes.push_back("*"); in process_syscall() 204 syscall.attributes.push_back(maybe_attr); in process_syscall() 210 if (!parse_argpack(&ts, &syscall.arg_spec)) in process_syscall() 218 if (!parse_argpack(&ts, &syscall.ret_spec)) { in process_syscall() 221 if (syscall.ret_spec.size() > 1) { in process_syscall() 222 std::for_each(syscall.ret_spec.begin() + 1, syscall.ret_spec.end(), in process_syscall() 233 return parser->AddSyscall(std::move(syscall)); in process_syscall()
|
| A D | generator.cpp | 35 bool VDsoAsmGenerator::syscall(ofstream& os, const Syscall& sc) { in syscall() function in VDsoAsmGenerator 64 bool KernelBranchGenerator::syscall(ofstream& os, const Syscall& sc) { in syscall() function in KernelBranchGenerator 72 bool SyscallNumbersGenerator::syscall(ofstream& os, const Syscall& sc) { in syscall() function in SyscallNumbersGenerator 86 bool TraceInfoGenerator::syscall(ofstream& os, const Syscall& sc) { in syscall() function in TraceInfoGenerator 97 bool CategoryGenerator::syscall(ofstream& os, const Syscall& sc) { in syscall() function in CategoryGenerator
|
| A D | rust_binding_generator.cpp | 24 bool RustBindingGenerator::syscall(std::ofstream& os, const Syscall& sc) { in syscall() function in RustBindingGenerator
|
| A D | abigen_generator.h | 24 bool AddSyscall(Syscall&& syscall);
|
| A D | header_generator.h | 32 bool syscall(std::ofstream& os, const Syscall& sc) override;
|
| A D | vdso_wrapper_generator.h | 19 bool syscall(std::ofstream& os, const Syscall& sc) override;
|
| A D | header_generator.cpp | 28 bool HeaderGenerator::syscall(std::ofstream& os, const Syscall& sc) { in syscall() function in HeaderGenerator
|
| A D | kernel_wrapper_generator.cpp | 38 bool KernelWrapperGenerator::syscall(ofstream& os, const Syscall& sc) { in syscall() function in KernelWrapperGenerator
|
| A D | vdso_wrapper_generator.cpp | 25 bool VdsoWrapperGenerator::syscall(ofstream& os, const Syscall& sc) { in syscall() function in VdsoWrapperGenerator
|
| A D | json_generator.cpp | 20 bool JsonGenerator::syscall(std::ofstream& os, const Syscall& sc) { in syscall() function in JsonGenerator
|
| /system/utest/core/bad-syscall/ |
| A D | rules.mk | 13 MODULE_SRCS += $(LOCAL_DIR)/bad-syscall.c \ 14 $(LOCAL_DIR)/syscall.S 16 MODULE_NAME := bad-syscall-test
|
| A D | syscall.S | 16 syscall
|
| /system/ulib/zircon/ |
| A D | zircon-syscall-x86-64.S | 7 syscall
|
| A D | rules.mk | 30 $(LOCAL_DIR)/syscall-wrappers.cpp \
|
| /system/utest/hypervisor/ |
| A D | x86.S | 319 syscall
|