Home
last modified time | relevance | path

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

/system/public/zircon/
A Dsyscalls.abigen53 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 Dabigen_generator.cpp167 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 Dgenerator.h17 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 Dsyscall_parser.cpp196 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 Dgenerator.cpp35 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 Drust_binding_generator.cpp24 bool RustBindingGenerator::syscall(std::ofstream& os, const Syscall& sc) { in syscall() function in RustBindingGenerator
A Dabigen_generator.h24 bool AddSyscall(Syscall&& syscall);
A Dheader_generator.h32 bool syscall(std::ofstream& os, const Syscall& sc) override;
A Dvdso_wrapper_generator.h19 bool syscall(std::ofstream& os, const Syscall& sc) override;
A Dheader_generator.cpp28 bool HeaderGenerator::syscall(std::ofstream& os, const Syscall& sc) { in syscall() function in HeaderGenerator
A Dkernel_wrapper_generator.cpp38 bool KernelWrapperGenerator::syscall(ofstream& os, const Syscall& sc) { in syscall() function in KernelWrapperGenerator
A Dvdso_wrapper_generator.cpp25 bool VdsoWrapperGenerator::syscall(ofstream& os, const Syscall& sc) { in syscall() function in VdsoWrapperGenerator
A Djson_generator.cpp20 bool JsonGenerator::syscall(std::ofstream& os, const Syscall& sc) { in syscall() function in JsonGenerator
/system/utest/core/bad-syscall/
A Drules.mk13 MODULE_SRCS += $(LOCAL_DIR)/bad-syscall.c \
14 $(LOCAL_DIR)/syscall.S
16 MODULE_NAME := bad-syscall-test
A Dsyscall.S16 syscall
/system/ulib/zircon/
A Dzircon-syscall-x86-64.S7 syscall
A Drules.mk30 $(LOCAL_DIR)/syscall-wrappers.cpp \
/system/utest/hypervisor/
A Dx86.S319 syscall

Completed in 21 milliseconds