/openbmc/linux/arch/arm/probes/ |
H A D | decode-thumb.c | 48 /* STRD (immediate) 1110 1000 x110 xxxx xxxx xxxx xxxx xxxx */ 49 /* LDRD (immediate) 1110 1000 x111 xxxx xxxx xxxx xxxx xxxx */ 51 /* STRD (immediate) 1110 1001 x1x0 xxxx xxxx xxxx xxxx xxxx */ 52 /* LDRD (immediate) 1110 1001 x1x1 xxxx xxxx xxxx xxxx xxxx */ 134 /* Data-processing (modified immediate) */ 186 /* Data-processing (plain binary immediate) */ 287 /* PLD{W} (immediate) 1111 1000 10x1 xxxx 1111 xxxx xxxx xxxx */ 289 /* PLD{W} (immediate) 1111 1000 00x1 xxxx 1111 1100 xxxx xxxx */ 291 /* PLI (immediate) 1111 1001 1001 xxxx 1111 xxxx xxxx xxxx */ 293 /* PLI (immediate) 1111 1001 0001 xxxx 1111 1100 xxxx xxxx */ [all …]
|
H A D | decode-arm.c | 119 /* PLDI (immediate) 1111 0100 x101 xxxx xxxx xxxx xxxx xxxx */ 120 /* PLDW (immediate) 1111 0101 x001 xxxx xxxx xxxx xxxx xxxx */ 121 /* PLD (immediate) 1111 0101 x101 xxxx xxxx xxxx xxxx xxxx */ 130 /* BLX (immediate) 1111 101x xxxx xxxx xxxx xxxx xxxx xxxx */ 270 /* LDRD (immediate) cccc 000x x1x0 xxxx xxxx xxxx 1101 xxxx */ 271 /* STRD (immediate) cccc 000x x1x0 xxxx xxxx xxxx 1111 xxxx */ 285 /* STRH (immediate) cccc 000x x1x0 xxxx xxxx xxxx 1011 xxxx */ 289 /* LDRH (immediate) cccc 000x x1x1 xxxx xxxx xxxx 1011 xxxx */ 290 /* LDRSB (immediate) cccc 000x x1x1 xxxx xxxx xxxx 1101 xxxx */ 291 /* LDRSH (immediate) cccc 000x x1x1 xxxx xxxx xxxx 1111 xxxx */ [all …]
|
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | settings.hpp | 12 Immediate, enumerator 22 Immediate, enumerator 30 {OperationApplyTime::Immediate, "Immediate"}, 40 {ApplyTime::Immediate, "Immediate"},
|
H A D | update_service.hpp | 26 Immediate, enumerator 60 {ApplyTime::Immediate, "Immediate"},
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | insn.h | 20 /* The bit field of immediate value in I-type instruction */ 27 /* The bit field of immediate value in J-type instruction */ 41 * U-type IMMs contain the upper 20bits [31:20] of an immediate with 49 /* The bit field of immediate value in B-type instruction */ 69 /* The bit field of immediate value in RVC J instruction */ 94 /* The bit field of immediate value in RVC B instruction */ 358 * Get the immediate from a J-type instruction. 361 * Return: immediate 369 * Update a J-type instruction with an immediate value. 372 * @imm: the immediate to insert into the instruction [all …]
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | inst.h | 249 unsigned int immediate : 15; member 261 unsigned int immediate : 20; member 281 unsigned int immediate : 5; member 288 unsigned int immediate : 6; member 295 unsigned int immediate : 12; member 302 unsigned int immediate : 14; member 309 unsigned int immediate : 16; member 332 unsigned int immediate : 2; member 420 !is_imm12_negative(ip->reg2i12_format.immediate); in is_ra_save_ins() 429 is_imm12_negative(ip->reg2i12_format.immediate); in is_stack_alloc_ins() [all …]
|
/openbmc/openbmc-test-automation/redfish/update_service/ |
H A D | test_firmware_tftp_upload_image.robot | 42 TFTP Download Install With ApplyTime Immediate Policy 43 [Documentation] Download image to BMC using TFTP with Immediate policy and verify installation. 48 Immediate 60 ImageURI Download Install With ApplyTime Immediate Policy 61 …[Documentation] Download image to BMC using ImageURI with Immediate policy and verify installatio… 66 Immediate 75 Immediate 93 # policy ApplyTime allowed values (e.g. "OnReset", "Immediate"). 138 # policy ApplyTime allowed values (e.g. "OnReset", "Immediate"). 182 # apply_time ApplyTime allowed values (e.g. "OnReset", "Immediate").
|
H A D | test_firmware_property.robot | 18 Verify Firmware Update ApplyTime Immediate 19 [Documentation] Verify supported apply time "Immediate" property. 26 # "ApplyTime": "Immediate" 31 ... body={'HttpPushUriOptions' : {'HttpPushUriApplyTime' : {'ApplyTime' : 'Immediate'}}} 35 Valid Value http_push_uri_options["HttpPushUriApplyTime"]["ApplyTime"] ['Immediate']
|
H A D | test_redfish_host_code_update.robot | 43 Redfish Host Code Update With ApplyTime Immediate 44 [Documentation] Update the firmware image with ApplyTime of Immediate. 49 Immediate 79 # policy ApplyTime allowed values (e.g. "OnReset", "Immediate"). 98 Set ApplyTime policy="Immediate"
|
/openbmc/openbmc-test-automation/data/ |
H A D | applytime_table.json | 4 "Immediate": "Wait For Reboot start_boot_seconds=${state['epoch_seconds']}" string 8 "Immediate": "Wait For Reboot start_boot_seconds=${state['epoch_seconds']}" string 12 "Immediate": "Wait State os_running_match_state 10 mins" string 16 "Immediate": "Wait State os_running_match_state 10 mins" string
|
/openbmc/u-boot/drivers/crypto/fsl/ |
H A D | desc_constr.h | 13 #define IMMEDIATE (1 << 23) macro 27 #define SET_OK_NO_PROP_ERRORS (IMMEDIATE | LDST_CLASS_DECO | \ 31 #define DISABLE_AUTO_INFO_FIFO (IMMEDIATE | LDST_CLASS_DECO | \ 34 #define ENABLE_AUTO_INFO_FIFO (IMMEDIATE | LDST_CLASS_DECO | \ 183 append_cmd(desc, command | IMMEDIATE | len); in append_cmd_data() 309 * 2nd variant for commands whose specified immediate length differs 310 * from length of immediate data provided, e.g., split keys 318 append_cmd(desc, CMD_##op | IMMEDIATE | len | options); \ 324 static inline void append_##cmd##_imm_##type(u32 *desc, type immediate, \ 328 append_cmd(desc, CMD_##op | IMMEDIATE | options | sizeof(type)); \ [all …]
|
/openbmc/linux/drivers/crypto/caam/ |
H A D | desc_constr.h | 15 #define IMMEDIATE (1 << 23) macro 60 #define SET_OK_NO_PROP_ERRORS (IMMEDIATE | LDST_CLASS_DECO | \ 64 #define DISABLE_AUTO_INFO_FIFO (IMMEDIATE | LDST_CLASS_DECO | \ 67 #define ENABLE_AUTO_INFO_FIFO (IMMEDIATE | LDST_CLASS_DECO | \ 229 append_cmd(desc, command | IMMEDIATE | len); in append_cmd_data() 363 * 2nd variant for commands whose specified immediate length differs 364 * from length of immediate data provided, e.g., split keys 372 append_cmd(desc, CMD_##op | IMMEDIATE | len | options); \ 378 static inline void append_##cmd##_imm_##type(u32 * const desc, type immediate, \ 383 append_cmd(desc, CMD_##op | IMMEDIATE | options); \ [all …]
|
/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | idef-parser.h | 66 * Enum of the possible immediate, an immediate is a value which is known 79 * Semantic record of the IMM token, identifying an immediate constant 84 uint64_t value; /**< Immediate value, used when type is VALUE */ 87 enum ImmUnionTag type; /**< Type of the immediate */ 157 REGISTER, REGISTER_ARG, TEMP, IMMEDIATE, PREDICATE, VARID enumerator 162 * immediate or register based. The rvalue tokens are combined together 169 HexImm imm; /**< rvalue of immediate type */
|
H A D | parser-helpers.c | 230 case IMMEDIATE: in rvalue_print() 325 assert(value->type == IMMEDIATE); in gen_constant_from_imm() 362 rvalue.type = IMMEDIATE; in gen_imm_value() 378 rvalue.type = IMMEDIATE; in gen_imm_qemu_tmp() 389 if (rvalue->type == IMMEDIATE) { in rvalue_materialize() 402 if (rvalue->type == IMMEDIATE) { in gen_rvalue_extend() 421 if (rvalue->type == IMMEDIATE) { in gen_rvalue_truncate() 521 enum OpTypes op_types = (op1_m.type != IMMEDIATE) << 1 in gen_bin_cmp() 522 | (op2_m.type != IMMEDIATE); in gen_bin_cmp() 870 op_types = (op1_m.type != IMMEDIATE) << 1 in gen_bin_op() [all …]
|
/openbmc/linux/drivers/net/ipa/ |
H A D | ipa_cmd.c | 22 * DOC: IPA Immediate Commands 24 * The AP command TX endpoint is used to issue immediate commands to the IPA. 25 * An immediate command is generally used to request the IPA do something 28 * Immediate commands are represented by GSI transactions just like other 29 * transfer requests, and use a single GSI TRE. Each immediate command 32 * immediate command's opcode. The payload for a command resides in AP 136 /* Immediate command payload */ 183 /* Size must fit in the immediate command field that holds it */ in ipa_cmd_table_init_valid() 191 /* Offset must fit in the immediate command field that holds it */ in ipa_cmd_table_init_valid() 215 * the header table memory area in an immediate command. Make sure in ipa_cmd_header_init_local_valid() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_trace.h | 371 uint32_t incr, uint64_t flags, bool immediate), 372 TP_ARGS(pe, addr, count, incr, flags, immediate), 379 __field(bool, immediate) 388 __entry->immediate = immediate; 391 "immediate=%d", __entry->pe, __entry->addr, __entry->incr, 392 __entry->flags, __entry->count, __entry->immediate) 396 TP_PROTO(uint64_t pe, uint64_t src, unsigned count, bool immediate), 397 TP_ARGS(pe, src, count, immediate), 402 __field(bool, immediate) 409 __entry->immediate = immediate; [all …]
|
H A D | amdgpu_vm_pt.c | 368 * @immediate: use an immediate update 376 struct amdgpu_bo_vm *vmbo, bool immediate) in amdgpu_vm_pt_clear() argument 441 params.immediate = immediate; in amdgpu_vm_pt_clear() 499 * @immediate: use a immediate update 504 int level, bool immediate, struct amdgpu_bo_vm **vmbo, in amdgpu_vm_pt_create() argument 538 bp.no_wait_gpu = immediate; in amdgpu_vm_pt_create() 588 * @immediate: use an immediate update 599 bool immediate) in amdgpu_vm_pt_alloc() argument 610 r = amdgpu_vm_pt_create(adev, vm, cursor->level, immediate, &pt, in amdgpu_vm_pt_alloc() 622 r = amdgpu_vm_pt_clear(adev, vm, pt, immediate); in amdgpu_vm_pt_alloc() [all …]
|
H A D | amdgpu_vm_sdma.c | 54 enum amdgpu_ib_pool_type pool = p->immediate ? AMDGPU_IB_POOL_IMMEDIATE in amdgpu_vm_sdma_alloc_job() 56 struct drm_sched_entity *entity = p->immediate ? &p->vm->immediate in amdgpu_vm_sdma_alloc_job() 147 if (fence && !p->immediate) { in amdgpu_vm_sdma_commit() 180 trace_amdgpu_vm_copy_ptes(pe, src, count, p->immediate); in amdgpu_vm_sdma_copy_ptes() 207 trace_amdgpu_vm_set_ptes(pe, addr, count, incr, flags, p->immediate); in amdgpu_vm_sdma_set_ptes()
|
/openbmc/linux/arch/mips/net/ |
H A D | bpf_jit_comp.h | 56 * Jump address mask for immediate jumps. The four most significant bits 165 /* Validate ALU/ALU64 immediate range */ 168 /* Rewrite ALU/ALU64 immediate operation */ 171 /* ALU immediate operation (32-bit) */ 186 /* Validate JMP/JMP32 immediate range */ 189 /* Prepare a PC-relative jump operation with immediate conditional */ 200 /* Conditional JMP/JMP32 immediate */
|
/openbmc/linux/arch/arm/probes/kprobes/ |
H A D | checkers-arm.c | 58 /* STR (immediate) cccc 010x x0x0 1101 xxxx xxxx xxxx xxxx */ in arm_check_stack() 59 /* STRB (immediate) cccc 010x x1x0 1101 xxxx xxxx xxxx xxxx */ in arm_check_stack() 61 /* STRD (immediate) cccc 000x x1x0 1101 xxxx xxxx 1111 xxxx */ in arm_check_stack() 62 /* STRH (immediate) cccc 000x x1x0 1101 xxxx xxxx 1011 xxxx */ in arm_check_stack() 141 * LDRD (immediate) cccc 000x x1x0 xxxx xxxx xxxx 1101 xxxx 142 * STRD (immediate) cccc 000x x1x0 xxxx xxxx xxxx 1111 xxxx
|
/openbmc/openbmc-test-automation/oem/nuvoton/ |
H A D | test_redfish_mcu_fw_update.robot | 43 Redfish Mcu Code Update With ApplyTime Immediate 44 [Documentation] Update the firmware image with ApplyTime of Immediate. 49 Immediate ${IMAGE_MCU_FILE_PATH_1} 90 # policy ApplyTime allowed values (e.g. "OnReset", "Immediate").
|
/openbmc/linux/drivers/infiniband/ulp/rtrs/ |
H A D | README | 43 Server uses immediate field to tell the client which request is being 44 acknowledged and for errno. Client uses immediate field to tell the server 96 messages with an immediate field) which are used to detect a crash on remote 130 an immediate field. The 32 bit field is used to specify the outstanding 148 an immediate field. The 32 bit field is used to specify the outstanding 170 message with an immediate field. The 32 bit field is used to specify the 191 message with an immediate field. The 32 bit field is used to specify the
|
/openbmc/qemu/target/arm/tcg/ |
H A D | t16.decode | 84 # Load/store word/byte (immediate offset) 98 # Load/store halfword (immediate offset) 120 # Add PC/SP (immediate) 133 # Shift (immediate) 149 # Add/subtract (two low registers and immediate) 157 # Add, subtract, compare, move (one low register and immediate) 178 # Adjust SP (immediate)
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | module.c | 182 insn->reg2i12_format.immediate = opr1 & 0xfff; in apply_r_larch_sop_imm_field() 188 insn->reg2i12_format.immediate = opr1 & 0xfff; in apply_r_larch_sop_imm_field() 194 insn->reg2i16_format.immediate = opr1 & 0xffff; in apply_r_larch_sop_imm_field() 203 insn->reg2i16_format.immediate = (opr1 >> 2) & 0xffff; in apply_r_larch_sop_imm_field() 209 insn->reg1i20_format.immediate = (opr1) & 0xfffff; in apply_r_larch_sop_imm_field() 324 insn->reg2i12_format.immediate = v & 0xfff; in apply_r_larch_pcala() 328 insn->reg1i20_format.immediate = v & 0xfffff; in apply_r_larch_pcala() 332 insn->reg1i20_format.immediate = v & 0xfffff; in apply_r_larch_pcala() 336 insn->reg2i12_format.immediate = v & 0xfff; in apply_r_larch_pcala()
|
/openbmc/linux/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm_insformat.h | 50 uint32_t immediate : 8, member 62 immediate : 8; 88 uint32_t immediate : 8, member 98 immediate : 8;
|