FreeBSD kernel kern code
csan_cell_t Struct Reference

Data Fields

uintptr_t addr
 
uint32_t size
 
bool write:1
 
bool atomic:1
 
uintptr_t pc
 

Detailed Description

Definition at line 59 of file subr_csan.c.

Field Documentation

◆ addr

uintptr_t csan_cell_t::addr

Definition at line 60 of file subr_csan.c.

Referenced by kcsan_access(), and kcsan_report().

◆ atomic

bool csan_cell_t::atomic

Definition at line 63 of file subr_csan.c.

Referenced by kcsan_access_is_atomic(), and kcsan_report().

◆ pc

uintptr_t csan_cell_t::pc

Definition at line 64 of file subr_csan.c.

Referenced by kcsan_report().

◆ size

uint32_t csan_cell_t::size

Definition at line 61 of file subr_csan.c.

Referenced by kcsan_access(), and kcsan_report().

◆ write

bool csan_cell_t::write

Definition at line 62 of file subr_csan.c.

Referenced by kcsan_access(), kcsan_access_is_atomic(), and kcsan_report().


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