Searched refs:peidx_head (Results 1 – 2 of 2) sorted by relevance
43 #define peidx_head(p) (((p)->info)) macro47 #define peidx_psp(p) (&(peidx_head(p)->proc_state_parameter))48 #define peidx_field_valid(p) (&(peidx_head(p)->valid))51 #define peidx_cache_check_num(p) (peidx_head(p)->valid.num_cache_check)52 #define peidx_tlb_check_num(p) (peidx_head(p)->valid.num_tlb_check)53 #define peidx_bus_check_num(p) (peidx_head(p)->valid.num_bus_check)54 #define peidx_reg_file_check_num(p) (peidx_head(p)->valid.num_reg_file_check)55 #define peidx_ms_check_num(p) (peidx_head(p)->valid.num_ms_check)67 __ret = &(peidx_head(p)->info[__idx]); \
204 peidx_head(peidx) = slpi; in mca_make_peidx()