| /f-stack/dpdk/drivers/common/dpaax/caamflib/ |
| H A D | rta.h | 76 #define PROGRAM_FINALIZE(program) rta_program_finalize(program) argument 84 #define PROGRAM_SET_36BIT_ADDR(program) rta_program_set_36bit_addr(program) argument 95 #define PROGRAM_SET_BSWAP(program) rta_program_set_bswap(program) argument 105 #define WORD(program, val) rta_word(program, val) argument 115 #define DWORD(program, val) rta_dword(program, val) argument 127 #define COPY_DATA(program, data, len) rta_copy_data(program, (data), (len)) argument 539 #define PKHA_OPERATION(program, op_pkha) rta_pkha_operation(program, op_pkha) argument 769 #define SIGNATURE(program, sign_type) rta_signature(program, sign_type) argument 823 #define SET_LABEL(program, label) (label = rta_set_label(program)) argument 838 #define PATCH_JUMP(program, line, new_ref) rta_patch_jmp(program, line, new_ref) argument [all …]
|
| /f-stack/dpdk/drivers/common/dpaax/caamflib/rta/ |
| H A D | sec_run_time_asm.h | 397 rta_program_cntxt_init(struct program *program, in rta_program_cntxt_init() argument 412 rta_program_finalize(struct program *program) in rta_program_finalize() argument 426 *program->shrhdr |= program->bswap ? in rta_program_finalize() 430 *program->jobhdr |= program->bswap ? in rta_program_finalize() 445 rta_program_set_bswap(struct program *program) in rta_program_set_bswap() argument 452 __rta_out32(struct program *program, uint32_t val) in __rta_out32() argument 454 program->buffer[program->current_pc] = program->bswap ? in __rta_out32() 524 rta_word(struct program *program, uint32_t val) in rta_word() argument 534 rta_dword(struct program *program, uint64_t val) in rta_dword() argument 658 rta_set_label(struct program *program) in rta_set_label() argument [all …]
|
| H A D | math_cmd.h | 79 rta_math(struct program *program, uint64_t operand1, in rta_math() argument 122 program->current_pc, program->current_instruction); in rta_math() 133 program->current_pc, program->current_instruction); in rta_math() 172 program->current_pc, program->current_instruction); in rta_math() 200 program->current_pc, program->current_instruction); in rta_math() 223 program->current_pc, program->current_instruction); in rta_math() 252 rta_mathi(struct program *program, uint64_t operand, in rta_mathi() argument 270 program->current_pc, program->current_instruction); in rta_mathi() 290 program->current_pc, program->current_instruction); in rta_mathi() 307 program->current_pc, program->current_instruction); in rta_mathi() [all …]
|
| H A D | move_cmd.h | 78 set_move_offset(struct program *program __maybe_unused, 87 rta_move(struct program *program, int cmd_type, uint64_t src, in rta_move() argument 121 program->current_pc, in rta_move() 160 program->current_pc, in rta_move() 181 program->current_pc, program->current_instruction); in rta_move() 191 program->current_pc, program->current_instruction); in rta_move() 241 __rta_out32(program, opcode); in rta_move() 253 set_move_offset(struct program *program __maybe_unused, in set_move_offset() 296 program->current_pc, in set_move_offset() 304 program->current_pc, in set_move_offset() [all …]
|
| H A D | key_cmd.h | 27 rta_key(struct program *program, uint32_t key_dst, in rta_key() argument 53 program->current_pc, in rta_key() 66 program->current_pc, in rta_key() 72 program->current_pc, in rta_key() 82 program->current_pc, program->current_instruction); in rta_key() 95 program->current_pc, in rta_key() 106 program->current_pc, in rta_key() 131 program->current_pc, program->current_instruction); in rta_key() 174 __rta_out32(program, opcode); in rta_key() 175 program->current_instruction++; in rta_key() [all …]
|
| H A D | header_cmd.h | 41 rta_shr_header(struct program *program, in rta_shr_header() argument 73 program->current_pc); in rta_shr_header() 96 __rta_out32(program, opcode); in rta_shr_header() 100 program->shrhdr = program->buffer; in rta_shr_header() 111 rta_job_header(struct program *program, in rta_job_header() argument 148 program->current_pc); in rta_job_header() 154 program->current_pc); in rta_job_header() 160 program->current_pc); in rta_job_header() 166 program->current_pc); in rta_job_header() 213 program->jobhdr = program->buffer; in rta_job_header() [all …]
|
| H A D | store_cmd.h | 62 rta_store(struct program *program, uint64_t src, in rta_store() argument 78 program->current_pc, program->current_instruction); in rta_store() 83 program->current_pc, program->current_instruction); in rta_store() 91 program->current_pc, program->current_instruction); in rta_store() 112 program->current_pc, in rta_store() 113 program->current_instruction); in rta_store() 129 __rta_out32(program, opcode); in rta_store() 130 program->current_instruction++; in rta_store() 138 __rta_out64(program, program->ps, dst); in rta_store() 147 program->first_error_pc = start_pc; in rta_store() [all …]
|
| H A D | seq_in_out_ptr_cmd.h | 41 rta_seq_in_ptr(struct program *program, uint64_t src, in rta_seq_in_ptr() argument 97 __rta_out32(program, opcode); in rta_seq_in_ptr() 98 program->current_instruction++; in rta_seq_in_ptr() 102 __rta_out64(program, program->ps, src); in rta_seq_in_ptr() 106 __rta_out32(program, length); in rta_seq_in_ptr() 112 program->current_instruction++; in rta_seq_in_ptr() 117 rta_seq_out_ptr(struct program *program, uint64_t dst, in rta_seq_out_ptr() argument 159 __rta_out32(program, opcode); in rta_seq_out_ptr() 160 program->current_instruction++; in rta_seq_out_ptr() 164 __rta_out64(program, program->ps, dst); in rta_seq_out_ptr() [all …]
|
| H A D | fifo_load_store_cmd.h | 48 rta_fifo_load(struct program *program, uint32_t src, in rta_fifo_load() argument 104 program->current_pc); in rta_fifo_load() 151 __rta_out32(program, opcode); in rta_fifo_load() 152 program->current_instruction++; in rta_fifo_load() 158 __rta_out64(program, program->ps, loc); in rta_fifo_load() 168 program->current_instruction++; in rta_fifo_load() 208 rta_fifo_store(struct program *program, uint32_t src, in rta_fifo_store() argument 258 program->current_pc); in rta_fifo_store() 295 __rta_out32(program, opcode); in rta_fifo_store() 300 __rta_out64(program, program->ps, dst); in rta_fifo_store() [all …]
|
| H A D | jump_cmd.h | 53 rta_jump(struct program *program, uint64_t address, in rta_jump() argument 59 unsigned int start_pc = program->current_pc; in rta_jump() 106 program->current_pc); in rta_jump() 128 program->current_pc); in rta_jump() 143 program->current_pc, in rta_jump() 144 program->current_instruction); in rta_jump() 159 __rta_out32(program, opcode); in rta_jump() 160 program->current_instruction++; in rta_jump() 163 __rta_out64(program, program->ps, address); in rta_jump() 168 program->first_error_pc = start_pc; in rta_jump() [all …]
|
| H A D | signature_cmd.h | 12 rta_signature(struct program *program, uint32_t sign_type) in rta_signature() argument 15 unsigned int start_pc = program->current_pc; in rta_signature() 31 __rta_out32(program, opcode); in rta_signature() 32 program->current_instruction++; in rta_signature() 37 program->first_error_pc = start_pc; in rta_signature() 38 program->current_instruction++; in rta_signature()
|
| H A D | nfifo_cmd.h | 96 rta_nfifo_load(struct program *program, uint32_t src, in rta_nfifo_load() argument 103 unsigned int start_pc = program->current_pc; in rta_nfifo_load() 115 program->current_pc, program->current_instruction); in rta_nfifo_load() 124 program->current_pc, program->current_instruction); in rta_nfifo_load() 147 __rta_out32(program, load_cmd); in rta_nfifo_load() 148 __rta_out32(program, opcode); in rta_nfifo_load() 151 __rta_out32(program, length & NFIFOENTRY_DLEN_MASK); in rta_nfifo_load() 153 program->current_instruction++; in rta_nfifo_load() 158 program->first_error_pc = start_pc; in rta_nfifo_load() 159 program->current_instruction++; in rta_nfifo_load()
|
| H A D | operation_cmd.h | 235 rta_operation(struct program *program, uint32_t cipher_algo, in rta_operation() argument 258 program->current_pc); in rta_operation() 268 program->current_pc); in rta_operation() 318 __rta_out32(program, opcode); in rta_operation() 319 program->current_instruction++; in rta_operation() 504 rta_pkha_operation(struct program *program, uint32_t op_pkha) in rta_pkha_operation() argument 518 program->current_pc); in rta_pkha_operation() 540 program->current_pc); in rta_pkha_operation() 549 program->current_pc); in rta_pkha_operation() 560 __rta_out32(program, opcode); in rta_pkha_operation() [all …]
|
| H A D | load_cmd.h | 215 rta_load(struct program *program, uint64_t src, uint64_t dst, in rta_load() argument 220 unsigned int start_pc = program->current_pc, i; in rta_load() 245 program->current_pc); in rta_load() 252 program->current_pc); in rta_load() 258 program->current_pc); in rta_load() 265 program->current_pc); in rta_load() 280 __rta_out32(program, opcode); in rta_load() 281 program->current_instruction++; in rta_load() 296 __rta_out64(program, program->ps, src); in rta_load() 301 program->first_error_pc = start_pc; in rta_load() [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/ |
| H A D | tst.stack_gsub.err | 1 Channel program execution failed: 5 [string "channel program"]:17: in function <[string "channel program"]:16> 7 [string "channel program"]:17: in function <[string "channel program"]:16> 9 [string "channel program"]:17: in function <[string "channel program"]:16> 11 [string "channel program"]:17: in function <[string "channel program"]:16> 13 [string "channel program"]:17: in function <[string "channel program"]:16> 15 [string "channel program"]:17: in function <[string "channel program"]:16> 17 [string "channel program"]:17: in function <[string "channel program"]:16>
|
| /f-stack/tools/libxo/tests/core/saved/ |
| H A D | test_11.X.out | 1 {{<14>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-status [animal-status@42 a… 2 {{test-program: }} 5 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@… 6 {{test-program: }} 9 {{<29>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-talk [animal-talk@42 count… 10 {{test-program: }} 13 {{<165>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 ID47 [ID47@32473 iut="3" event-s… 14 {{test-program: }}
|
| H A D | test_11.XP.out | 1 {{<14>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-status [animal-status@42 a… 2 {{test-program: }} 5 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@… 6 {{test-program: }} 9 {{<29>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-talk [animal-talk@42 count… 10 {{test-program: }} 13 {{<165>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 ID47 [ID47@32473 iut="3" event-s… 14 {{test-program: }}
|
| H A D | test_11.H.out | 1 {{<14>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-status [animal-status@42 a… 2 {{test-program: }} 5 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@… 6 {{test-program: }} 9 {{<29>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-talk [animal-talk@42 count… 10 {{test-program: }} 13 {{<165>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 ID47 [ID47@32473 iut="3" event-s… 14 {{test-program: }}
|
| H A D | test_11.HP.out | 1 {{<14>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-status [animal-status@42 a… 2 {{test-program: }} 5 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@… 6 {{test-program: }} 9 {{<29>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-talk [animal-talk@42 count… 10 {{test-program: }} 13 {{<165>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 ID47 [ID47@32473 iut="3" event-s… 14 {{test-program: }}
|
| H A D | test_11.T.out | 1 {{<14>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-status [animal-status@42 a… 2 {{test-program: }} 5 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@… 6 {{test-program: }} 9 {{<29>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-talk [animal-talk@42 count… 10 {{test-program: }} 13 {{<165>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 ID47 [ID47@32473 iut="3" event-s… 14 {{test-program: }}
|
| H A D | test_11.J.out | 1 {{<14>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-status [animal-status@42 a… 2 {{test-program: }} 5 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@… 6 {{test-program: }} 9 {{<29>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-talk [animal-talk@42 count… 10 {{test-program: }} 13 {{<165>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 ID47 [ID47@32473 iut="3" event-s… 14 {{test-program: }}
|
| H A D | test_11.JP.out | 1 {{<14>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-status [animal-status@42 a… 2 {{test-program: }} 5 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@… 6 {{test-program: }} 9 {{<29>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-talk [animal-talk@42 count… 10 {{test-program: }} 13 {{<165>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 ID47 [ID47@32473 iut="3" event-s… 14 {{test-program: }}
|
| H A D | test_11.HIPx.out | 1 {{<14>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-status [animal-status@42 a… 2 {{test-program: }} 5 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@… 6 {{test-program: }} 9 {{<29>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-talk [animal-talk@42 count… 10 {{test-program: }} 13 {{<165>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 ID47 [ID47@32473 iut="3" event-s… 14 {{test-program: }}
|
| H A D | test_11.E.out | 4 {{<14>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-status [animal-status@42 a… 5 {{test-program: }} 8 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@… 9 {{test-program: }} 12 {{<29>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-talk [animal-talk@42 count… 13 {{test-program: }} 16 {{<165>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 ID47 [ID47@32473 iut="3" event-s… 17 {{test-program: }}
|
| /f-stack/dpdk/drivers/common/dpaax/caamflib/desc/ |
| H A D | ipsec.h | 357 __rta_copy_ipsec_encap_pdb(struct program *program, in __rta_copy_ipsec_encap_pdb() argument 474 __rta_copy_ipsec_decap_pdb(struct program *program, in __rta_copy_ipsec_decap_pdb() argument 690 static inline void __gen_auth_key(struct program *program, in __gen_auth_key() argument 759 struct program prg; in cnstr_shdsc_ipsec_encap() 760 struct program *p = &prg; in cnstr_shdsc_ipsec_encap() 827 struct program prg; in cnstr_shdsc_ipsec_decap() 900 struct program prg; in cnstr_shdsc_ipsec_encap_des_aes_xcbc() 1037 struct program prg; in cnstr_shdsc_ipsec_decap_des_aes_xcbc() 1237 struct program prg; in cnstr_shdsc_ipsec_new_encap() 1354 struct program prg; in cnstr_shdsc_ipsec_new_decap() [all …]
|