Searched refs:id (Results 1 – 10 of 10) sorted by relevance
| /libcpu/arm/cortex-m33/ |
| A D | trustzone.c | 16 extern rt_uint32_t TZ_FreeModuleContext_S(rt_uint32_t id); 17 extern rt_uint32_t TZ_LoadContext_S(rt_uint32_t id); 18 extern rt_uint32_t TZ_StoreContext_S(rt_uint32_t id); 22 rt_uint32_t TZ_FreeModuleContext_S(rt_uint32_t id) {return 0;} in TZ_FreeModuleContext_S() argument 23 rt_uint32_t TZ_LoadContext_S(rt_uint32_t id){return 0;}; in TZ_LoadContext_S() argument 24 rt_uint32_t TZ_StoreContext_S(rt_uint32_t id){return 0;}; in TZ_StoreContext_S() argument 26 extern int tzcall(int id, rt_ubase_t arg0, rt_ubase_t arg1, rt_ubase_t arg2);
|
| /libcpu/risc-v/common64/ |
| A D | trap.c | 141 static const char *get_exception_msg(int id) in get_exception_msg() argument 144 if (id < sizeof(Exception_Name) / sizeof(const char *)) in get_exception_msg() 146 msg = Exception_Name[id]; in get_exception_msg() 160 rt_ubase_t id = __MASKVALUE(scause, __MASK(63UL)); in handle_user() local 166 switch (id) in handle_user() 226 LOG_E("[FATAL ERROR] Exception %ld:%s\n", id, get_exception_msg(id)); in handle_user() 292 #define PAGE_FAULT (id == EP_LOAD_PAGE_FAULT || id == EP_STORE_PAGE_FAULT) 299 rt_ubase_t id = __MASKVALUE(scause, __MASK(63UL)); in handle_trap() local 323 msg = Interrupt_Name[id]; in handle_trap() 352 rt_kprintf("Unhandled Exception %ld:%s\n", id, in handle_trap() [all …]
|
| A D | backtrace.c | 21 #define ARCH_CONTEXT_FETCH(pctx, id) (*(((unsigned long *)pctx) + (id))) argument
|
| A D | sbi.h | 175 sbi_probe_extension(long id) in sbi_probe_extension() argument 177 return (SBI_CALL1(SBI_EXT_ID_BASE, SBI_BASE_PROBE_EXTENSION, id).value); in sbi_probe_extension()
|
| /libcpu/risc-v/virt64/ |
| A D | plic.h | 59 #define PLIC_PRIORITY(id) (VIRT_PLIC_BASE + PLIC_PRIORITY_OFFSET + (id) * 4) argument 60 #define PLIC_PENDING(id) (VIRT_PLIC_BASE + PLIC_PENDING_OFFSET + ((id) / 32)) argument
|
| /libcpu/aarch64/common/ |
| A D | hypercall.c | 29 rt_err_t rt_hv_debug(rt_uint32_t id, rt_uint32_t argc, in rt_hv_debug() argument 33 return rt_hw_hypercall(HYPERCALL_START + 1, id, in rt_hv_debug()
|
| A D | backtrace.c | 26 #define ARCH_CONTEXT_FETCH(pctx, id) (*(((unsigned long *)pctx) + (id))) argument
|
| A D | psci.c | 342 const struct rt_ofw_node_id *id = pdev->id; in psci_ofw_init() local 363 psci_init_ofw_handle psci_init = (psci_init_ofw_handle)id->data; in psci_ofw_init()
|
| /libcpu/aarch64/common/include/ |
| A D | cpu.h | 26 int (*cpu_init)(rt_uint32_t id, void *param); 27 int (*cpu_boot)(rt_uint32_t id, rt_uint64_t entry);
|
| A D | hypercall.h | 32 rt_err_t rt_hv_debug(rt_uint32_t id, rt_uint32_t argc,
|
Completed in 9 milliseconds