Searched refs:HTIF_ID_LEN (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/riscv/htif/
H A Dhtif.h53 #define HTIF_ID_LEN (64) macro
H A Dhtif.c144 di->id = malloc(HTIF_ID_LEN, M_DEVBUF, M_WAITOK | M_ZERO);
145 memcpy(di->id, id, HTIF_ID_LEN);
156 char id[HTIF_ID_LEN] __aligned(HTIF_ALIGN);

Completed in 99 milliseconds