Home
last modified time | relevance | path

Searched refs:CSAN_BUS_PEEK_FUNC (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_csan.c882 #define CSAN_BUS_PEEK_FUNC(width, type) \ macro
891 CSAN_BUS_PEEK_FUNC(1, uint8_t)
892 CSAN_BUS_PEEK_FUNC(2, uint16_t)
893 CSAN_BUS_PEEK_FUNC(4, uint32_t)
895 CSAN_BUS_PEEK_FUNC(8, uint64_t)