Searched refs:cpu_hal_syscall (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-3.6.0/components/esp_system/port/arch/riscv/ |
D | debug_stubs.c | 25 return cpu_hal_syscall(RISCV_DBG_STUBS_SYSNR, (int)stub_table_addr, 0, 0, 0, NULL); in esp_dbg_stubs_advertise_table()
|
/hal_espressif-3.6.0/components/hal/include/hal/ |
D | cpu_hal.h | 76 #define cpu_hal_syscall(sys_nr, arg1, arg2, arg3, arg4, ret_errno) cpu_ll_syscall(s… macro
|
/hal_espressif-3.6.0/components/app_trace/port/riscv/ |
D | port.c | 106 return cpu_hal_syscall(RISCV_APPTRACE_SYSNR, (int)ctrl_block_addr, 0, 0, 0, NULL); in esp_apptrace_advertise_ctrl_block()
|