Home | History | Annotate | Download | only in include

Lines Matching refs:hbt_cookie

38 	(((t)->hbt_map)((t)->hbt_cookie,(a),(c),(ca),(hp)))
40 (((t)->hbt_unmap)((t)->hbt_cookie,(h),(c)))
42 (((t)->hbt_subregion)((t)->hbt_cookie,(h),(o),(c),(hp)))
44 (((t)->hbt_alloc)((t)->hbt_cookie,(b),(e),(c),(al),(bn),(ca),(ap),(hp)))
46 (((t)->hbt_free)((t)->hbt_cookie,(h),(c)))
48 ((t)->hbt_barrier((t)->hbt_cookie, (h), (o), (l), (op)))
50 (((t)->hbt_vaddr)((t)->hbt_cookie,(h)))
52 (*(t)->hbt_mmap)((t)->hbt_cookie, (a), (o), (p), (f))
54 #define bus_space_read_1(t,h,o) (((t)->hbt_r1)((t)->hbt_cookie,(h),(o)))
55 #define bus_space_read_2(t,h,o) (((t)->hbt_r2)((t)->hbt_cookie,(h),(o)))
56 #define bus_space_read_4(t,h,o) (((t)->hbt_r4)((t)->hbt_cookie,(h),(o)))
57 #define bus_space_read_8(t,h,o) (((t)->hbt_r8)((t)->hbt_cookie,(h),(o)))
60 #define bus_space_read_stream_2(t,h,o) (((t)->hbt_rs2)((t)->hbt_cookie,(h),(o)))
61 #define bus_space_read_stream_4(t,h,o) (((t)->hbt_rs4)((t)->hbt_cookie,(h),(o)))
62 #define bus_space_read_stream_8(t,h,o) (((t)->hbt_rs8)((t)->hbt_cookie,(h),(o)))
64 #define bus_space_write_1(t,h,o,v) (((t)->hbt_w1)((t)->hbt_cookie,(h),(o),(v)))
65 #define bus_space_write_2(t,h,o,v) (((t)->hbt_w2)((t)->hbt_cookie,(h),(o),(v)))
66 #define bus_space_write_4(t,h,o,v) (((t)->hbt_w4)((t)->hbt_cookie,(h),(o),(v)))
67 #define bus_space_write_8(t,h,o,v) (((t)->hbt_w8)((t)->hbt_cookie,(h),(o),(v)))
70 #define bus_space_write_stream_2(t,h,o,v) (((t)->hbt_ws2)((t)->hbt_cookie,(h),(o),(v)))
71 #define bus_space_write_stream_4(t,h,o,v) (((t)->hbt_ws4)((t)->hbt_cookie,(h),(o),(v)))
72 #define bus_space_write_stream_8(t,h,o,v) (((t)->hbt_ws8)((t)->hbt_cookie,(h),(o),(v)))
75 (((t)->hbt_rm_1)((t)->hbt_cookie, (h), (o), (a), (c)))
77 (((t)->hbt_rm_2)((t)->hbt_cookie, (h), (o), (a), (c)))
79 (((t)->hbt_rm_4)((t)->hbt_cookie, (h), (o), (a), (c)))
81 (((t)->hbt_rm_8)((t)->hbt_cookie, (h), (o), (a), (c)))
84 (((t)->hbt_wm_1)((t)->hbt_cookie, (h), (o), (a), (c)))
86 (((t)->hbt_wm_2)((t)->hbt_cookie, (h), (o), (a), (c)))
88 (((t)->hbt_wm_4)((t)->hbt_cookie, (h), (o), (a), (c)))
90 (((t)->hbt_wm_8)((t)->hbt_cookie, (h), (o), (a), (c)))
93 (((t)->hbt_sm_1)((t)->hbt_cookie, (h), (o), (v), (c)))
95 (((t)->hbt_sm_2)((t)->hbt_cookie, (h), (o), (v), (c)))
97 (((t)->hbt_sm_4)((t)->hbt_cookie, (h), (o), (v), (c)))
99 (((t)->hbt_sm_8)((t)->hbt_cookie, (h), (o), (v), (c)))
102 (((t)->hbt_rrm_2)((t)->hbt_cookie, (h), (o), (a), (c)))
104 (((t)->hbt_rrm_4)((t)->hbt_cookie, (h), (o), (a), (c)))
106 (((t)->hbt_rrm_8)((t)->hbt_cookie, (h), (o), (a), (c)))
109 (((t)->hbt_wrm_2)((t)->hbt_cookie, (h), (o), (a), (c)))
111 (((t)->hbt_wrm_4)((t)->hbt_cookie, (h), (o), (a), (c)))
113 (((t)->hbt_wrm_8)((t)->hbt_cookie, (h), (o), (a), (c)))
116 (((t)->hbt_rr_1)((t)->hbt_cookie, (h), (o), (a), (c)))
118 (((t)->hbt_rr_2)((t)->hbt_cookie, (h), (o), (a), (c)))
120 (((t)->hbt_rr_4)((t)->hbt_cookie, (h), (o), (a), (c)))
122 (((t)->hbt_rr_8)((t)->hbt_cookie, (h), (o), (a), (c)))
125 (((t)->hbt_wr_1)((t)->hbt_cookie, (h), (o), (a), (c)))
127 (((t)->hbt_wr_2)((t)->hbt_cookie, (h), (o), (a), (c)))
129 (((t)->hbt_wr_4)((t)->hbt_cookie, (h), (o), (a), (c)))
131 (((t)->hbt_wr_8)((t)->hbt_cookie, (h), (o), (a), (c)))
134 (((t)->hbt_rrr_2)((t)->hbt_cookie, (h), (o), (a), (c)))
136 (((t)->hbt_rrr_4)((t)->hbt_cookie, (h), (o), (a), (c)))
138 (((t)->hbt_rrr_8)((t)->hbt_cookie, (h), (o), (a), (c)))
141 (((t)->hbt_wrr_2)((t)->hbt_cookie, (h), (o), (a), (c)))
143 (((t)->hbt_wrr_4)((t)->hbt_cookie, (h), (o), (a), (c)))
145 (((t)->hbt_wrr_8)((t)->hbt_cookie, (h), (o), (a), (c)))
148 (((t)->hbt_sr_1)((t)->hbt_cookie, (h), (o), (v), (c)))
150 (((t)->hbt_sr_2)((t)->hbt_cookie, (h), (o), (v), (c)))
152 (((t)->hbt_sr_4)((t)->hbt_cookie, (h), (o), (v), (c)))
154 (((t)->hbt_sr_8)((t)->hbt_cookie, (h), (o), (v), (c)))
157 (((t)->hbt_cp_1)((t)->hbt_cookie, (h1), (o1), (h2), (o2), (c)))
159 (((t)->hbt_cp_2)((t)->hbt_cookie, (h1), (o1), (h2), (o2), (c)))
161 (((t)->hbt_cp_4)((t)->hbt_cookie, (h1), (o1), (h2), (o2), (c)))
163 (((t)->hbt_cp_8)((t)->hbt_cookie, (h1), (o1), (h2), (o2), (c)))