Searched defs:new_ref (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/common/dpaax/caamflib/ |
| H A D | rta.h | 841 #define PATCH_JUMP(program, line, new_ref) rta_patch_jmp(program, line, new_ref) argument 856 #define PATCH_MOVE(program, line, new_ref) \ argument 872 #define PATCH_LOAD(program, line, new_ref) \ argument 888 #define PATCH_STORE(program, line, new_ref) \ argument 904 #define PATCH_HDR(program, line, new_ref) \ argument
|
| /dpdk/drivers/common/dpaax/caamflib/rta/ |
| H A D | sec_run_time_asm.h | 664 rta_patch_move(struct program *program, int line, unsigned int new_ref) in rta_patch_move() 682 rta_patch_jmp(struct program *program, int line, unsigned int new_ref) in rta_patch_jmp() 700 rta_patch_header(struct program *program, int line, unsigned int new_ref) in rta_patch_header() 724 rta_patch_load(struct program *program, int line, unsigned int new_ref) in rta_patch_load() 747 rta_patch_store(struct program *program, int line, unsigned int new_ref) in rta_patch_store()
|