Searched refs:checkp (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | load_align.c | 138 checkp(ptr, &buf[0 * (SIZE)]); \ 141 checkp(ptr, &buf[1 * (SIZE)]); \ 144 checkp(ptr, &buf[2 * (SIZE)]); \ 147 checkp(ptr, &buf[3 * (SIZE)]); \ 180 checkp(ptr, &buf[1 * (SIZE)]); \ 183 checkp(ptr, &buf[2 * (SIZE)]); \ 186 checkp(ptr, &buf[3 * (SIZE)]); \ 189 checkp(ptr, &buf[4 * (SIZE)]); \ 258 checkp(ptr, &buf[1 * (INC)]); \ 261 checkp(ptr, &buf[2 * (INC)]); \ [all …]
|
H A D | load_unpack.c | 153 checkp(ptr, &buf[0 * (SIZE)]); \ 156 checkp(ptr, &buf[1 * (SIZE)]); \ 159 checkp(ptr, &buf[2 * (SIZE)]); \ 162 checkp(ptr, &buf[3 * (SIZE)]); \ 200 checkp(ptr, &buf[1 * (SIZE)]); \ 203 checkp(ptr, &buf[2 * (SIZE)]); \ 206 checkp(ptr, &buf[3 * (SIZE)]); \ 209 checkp(ptr, &buf[4 * (SIZE)]); \ 288 checkp(ptr, &buf[1 * (INC)]); \ 291 checkp(ptr, &buf[2 * (INC)]); \ [all …]
|
H A D | misc.c | 418 checkp(S4_storerbnew_ap(0x12), &data); in main() 422 checkp(S4_storerhnew_ap(0x1234), &data); in main() 426 checkp(S4_storerinew_ap(0x12345678), &data); in main()
|
H A D | hex_test.h | 60 #define checkp(RES, EXP) __checkp(__LINE__, RES, EXP) macro
|
/openbmc/linux/drivers/md/ |
H A D | raid5.c | 2262 static void ops_run_check_pq(struct stripe_head *sh, struct raid5_percpu *percpu, int checkp) in ops_run_check_pq() argument 2270 (unsigned long long)sh->sector, checkp); in ops_run_check_pq() 2274 if (!checkp) in ops_run_check_pq()
|