FreeBSD kernel kern code
csan_cpu_t Struct Reference
Collaboration diagram for csan_cpu_t:

Data Fields

bool inited
 
uint32_t cnt
 
csan_cell_t cell
 

Detailed Description

Definition at line 67 of file subr_csan.c.

Field Documentation

◆ cell

csan_cell_t csan_cpu_t::cell

Definition at line 70 of file subr_csan.c.

Referenced by kcsan_access().

◆ cnt

uint32_t csan_cpu_t::cnt

Definition at line 69 of file subr_csan.c.

Referenced by kcsan_access().

◆ inited

bool csan_cpu_t::inited

Definition at line 68 of file subr_csan.c.

Referenced by kcsan_access(), and kcsan_cpu_init().


The documentation for this struct was generated from the following file: