syscall: handle architecture aliases
[openpower-isa.git] / src / openpower / syscalls / __init__.py
2023-12-22 Dmitry Selyutinsyscall: handle architecture aliases
2023-12-22 Dmitry Selyutinsyscall: handle arm and aarch64 architectures
2023-12-22 Dmitry Selyutinsyscalls: fix syscall arguments
2023-12-22 Dmitry Selyutinsyscalls: introduce syscall arguments length
2023-12-22 Dmitry Selyutinsyscalls: fix sys_ni_syscall call
2023-12-22 Dmitry Selyutinsyscalls: fix default table path
2023-12-22 Dmitry Selyutinsyscalls: support RISC-V architectures
2023-12-22 Dmitry Selyutinsyscalls: introduce Syscall class
2023-12-22 Dmitry Selyutinsyscalls: fix ctypes syscall
2023-12-22 Dmitry Selyutinsyscalls: support identifiers iteration
2023-12-22 Dmitry Selyutinsyscalls: support identifiers lookup
2023-12-22 Dmitry Selyutinsyscalls: adjust syscall name
2023-12-22 Dmitry Selyutinsyscalls: refactor calls chain
2023-12-22 Dmitry Selyutinsyscalls: refactor dispatcher call arguments
2023-12-22 Dmitry Selyutinsyscalls: introduce dispatcher class
2023-12-22 Dmitry Selyutinsyscalls: refactor module hierarchy