Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | hipz_galpa_store_cq(gal, offset, value) hipz_galpa_store(gal, CQTEMM_OFFSET(offset), value) |
#define | hipz_galpa_load_cq(gal, offset) hipz_galpa_load(gal, CQTEMM_OFFSET(offset)) |
#define | hipz_galpa_store_qp(gal, offset, value) hipz_galpa_store(gal, QPTEMM_OFFSET(offset), value) |
#define | hipz_galpa_load_qp(gal, offset) hipz_galpa_load(gal, QPTEMM_OFFSET(offset)) |
#define hipz_galpa_load_cq | ( | gal, | |
offset | |||
) | hipz_galpa_load(gal, CQTEMM_OFFSET(offset)) |
Definition at line 53 of file hipz_fns_core.h.
#define hipz_galpa_load_qp | ( | gal, | |
offset | |||
) | hipz_galpa_load(gal, QPTEMM_OFFSET(offset)) |
Definition at line 58 of file hipz_fns_core.h.
#define hipz_galpa_store_cq | ( | gal, | |
offset, | |||
value | |||
) | hipz_galpa_store(gal, CQTEMM_OFFSET(offset), value) |
Definition at line 50 of file hipz_fns_core.h.
#define hipz_galpa_store_qp | ( | gal, | |
offset, | |||
value | |||
) | hipz_galpa_store(gal, QPTEMM_OFFSET(offset), value) |
Definition at line 56 of file hipz_fns_core.h.