Searched refs:hls_t (Results 1 - 3 of 3) sorted by relevance

/seL4-test-master/tools/riscv-pk/machine/
H A Dmtrap.h49 } hls_t; typedef in typeref:struct:__anon669
56 #define HLS() ((hls_t*)(MACHINE_STACK_TOP() - HLS_SIZE))
57 #define OTHER_HLS(id) ((hls_t*)((void*)HLS() + RISCV_PGSIZE * ((id) - read_const_csr(mhartid))))
59 hls_t* hls_init(uintptr_t hart_id);
H A Dminit.c87 hls_t* hls_init(uintptr_t id)
89 hls_t* hls = OTHER_HLS(id);
H A Dfdt.c352 hls_t *hls = OTHER_HLS(hart);
440 hls_t *hls = OTHER_HLS(hart);
456 hls_t *hls = OTHER_HLS(i);

Completed in 32 milliseconds