Home
last modified time | relevance | path

Searched defs:new_ref (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/common/dpaax/caamflib/
H A Drta.h838 #define PATCH_JUMP(program, line, new_ref) rta_patch_jmp(program, line, new_ref) argument
853 #define PATCH_MOVE(program, line, new_ref) \ argument
869 #define PATCH_LOAD(program, line, new_ref) \ argument
885 #define PATCH_STORE(program, line, new_ref) \ argument
901 #define PATCH_HDR(program, line, new_ref) \ argument
/f-stack/dpdk/drivers/common/dpaax/caamflib/rta/
H A Dsec_run_time_asm.h664 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()