| /Linux-v5.4/arch/arm/probes/ |
| 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 …]
|
| 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 …]
|
| /Linux-v5.4/net/rxrpc/ |
| D | call_event.c | 24 bool immediate, bool background) in rxrpc_propose_ping() argument 26 if (immediate) { in rxrpc_propose_ping() 46 u32 serial, bool immediate, bool background, in __rxrpc_propose_ACK() argument 57 rxrpc_propose_ping(call, immediate, background); in __rxrpc_propose_ACK() 72 if (!immediate) in __rxrpc_propose_ACK() 86 immediate = false; in __rxrpc_propose_ACK() 100 immediate = true; in __rxrpc_propose_ACK() 106 } else if (immediate || expiry == 0) { in __rxrpc_propose_ACK() 107 _debug("immediate ACK %lx", call->events); in __rxrpc_propose_ACK() 129 trace_rxrpc_propose_ack(call, why, ack_reason, serial, immediate, in __rxrpc_propose_ACK() [all …]
|
| /Linux-v5.4/drivers/crypto/caam/ |
| 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 | \ 228 append_cmd(desc, command | IMMEDIATE | len); in append_cmd_data() 362 * 2nd variant for commands whose specified immediate length differs 363 * from length of immediate data provided, e.g., split keys 371 append_cmd(desc, CMD_##op | IMMEDIATE | len | options); \ 377 static inline void append_##cmd##_imm_##type(u32 * const desc, type immediate, \ 382 append_cmd(desc, CMD_##op | IMMEDIATE | options); \ [all …]
|
| /Linux-v5.4/arch/x86/lib/ |
| D | insn.c | 433 insn->immediate.value = get_next(short, insn); in __get_immv32() 434 insn->immediate.nbytes = 2; in __get_immv32() 438 insn->immediate.value = get_next(int, insn); in __get_immv32() 439 insn->immediate.nbytes = 4; in __get_immv32() 517 if (insn->immediate.got) in insn_get_immediate() 534 insn->immediate.value = get_next(signed char, insn); in insn_get_immediate() 535 insn->immediate.nbytes = 1; in insn_get_immediate() 538 insn->immediate.value = get_next(short, insn); in insn_get_immediate() 539 insn->immediate.nbytes = 2; in insn_get_immediate() 542 insn->immediate.value = get_next(int, insn); in insn_get_immediate() [all …]
|
| /Linux-v5.4/tools/arch/x86/lib/ |
| D | insn.c | 433 insn->immediate.value = get_next(short, insn); in __get_immv32() 434 insn->immediate.nbytes = 2; in __get_immv32() 438 insn->immediate.value = get_next(int, insn); in __get_immv32() 439 insn->immediate.nbytes = 4; in __get_immv32() 517 if (insn->immediate.got) in insn_get_immediate() 534 insn->immediate.value = get_next(signed char, insn); in insn_get_immediate() 535 insn->immediate.nbytes = 1; in insn_get_immediate() 538 insn->immediate.value = get_next(short, insn); in insn_get_immediate() 539 insn->immediate.nbytes = 2; in insn_get_immediate() 542 insn->immediate.value = get_next(int, insn); in insn_get_immediate() [all …]
|
| /Linux-v5.4/arch/arm/probes/kprobes/ |
| 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
|
| /Linux-v5.4/tools/perf/util/intel-pt-decoder/ |
| D | intel-pt-insn-decoder.c | 136 switch (insn->immediate.nbytes) { in intel_pt_insn_decoder() 138 intel_pt_insn->rel = insn->immediate.value; in intel_pt_insn_decoder() 142 bswap_16((short)insn->immediate.value); in intel_pt_insn_decoder() 145 intel_pt_insn->rel = bswap_32(insn->immediate.value); in intel_pt_insn_decoder() 152 intel_pt_insn->rel = insn->immediate.value; in intel_pt_insn_decoder()
|
| /Linux-v5.4/drivers/scsi/aic7xxx/aicasm/ |
| D | aicasm_insformat.h | 50 uint32_t immediate : 8, member 62 immediate : 8; 88 uint32_t immediate : 8, member 98 immediate : 8;
|
| D | aicasm_gram.y | 216 %type <expression> expression immediate immediate_or_a 934 immediate: 1241 T_BMOV destination ',' source ',' immediate ret ';' 1258 T_MVI destination ',' immediate ret ';' 1266 * that can't know the immediate's value and 1321 * It also seems more logical as the "immediate" 1381 T_OR reg_symbol ',' immediate jmp_jc_jnc_call address ';' 1413 T_MVI immediate jmp_jc_jnc_call address ';' 1660 /* Ensure that immediate makes sense for this destination */ in format_1_instr() 1673 f1_instr->immediate = immed->value; in format_1_instr() [all …]
|
| /Linux-v5.4/drivers/amba/ |
| D | tegra-ahb.c | 52 #define IMMEDIATE BIT(18) macro 184 val |= ENB_FAST_REARBITRATE | IMMEDIATE | DONT_SPLIT_AHB_WR; in tegra_ahb_gizmo_init() 188 val |= IMMEDIATE; in tegra_ahb_gizmo_init() 192 val |= IMMEDIATE; in tegra_ahb_gizmo_init() 196 val |= IMMEDIATE; in tegra_ahb_gizmo_init()
|
| /Linux-v5.4/tools/objtool/arch/x86/ |
| D | decode.c | 72 unsigned long *immediate, struct stack_op *op) in arch_decode_instruction() argument 156 /* push immediate */ in arch_decode_instruction() 176 op->src.offset = insn.immediate.value; in arch_decode_instruction() 193 op->src.offset = insn.immediate.value * sign; in arch_decode_instruction() 478 *immediate = insn.immediate.nbytes ? insn.immediate.value : 0; in arch_decode_instruction()
|
| /Linux-v5.4/arch/arm64/include/asm/ |
| D | atomic_ll_sc.h | 126 * GAS converts the mysterious and undocumented BIC (immediate) alias to in ATOMIC_OPS() 127 * an AND (immediate) instruction with the immediate inverted. We don't in ATOMIC_OPS() 225 * GAS converts the mysterious and undocumented BIC (immediate) alias to 226 * an AND (immediate) instruction with the immediate inverted. We don't
|
| /Linux-v5.4/drivers/crypto/chelsio/ |
| D | chcr_ipsec.c | 333 bool *immediate) in calc_tx_sec_flits() argument 347 * with only immediate data. In that case we just have to have the in calc_tx_sec_flits() 352 *immediate = true; in calc_tx_sec_flits() 530 bool immediate = false; in chcr_crypto_wreq() local 549 flits = calc_tx_sec_flits(skb, sa_entry, &immediate); in chcr_crypto_wreq() 554 if (immediate) in chcr_crypto_wreq() 685 bool immediate = false; in chcr_ipsec_xmit() local 705 flits = calc_tx_sec_flits(skb, sa_entry, &immediate); in chcr_ipsec_xmit() 718 if (!immediate && in chcr_ipsec_xmit() 741 if (immediate) { in chcr_ipsec_xmit()
|
| /Linux-v5.4/arch/arc/lib/ |
| D | memcpy-700.S | 31 ; uses long immediate 37 ; uses long immediate
|
| /Linux-v5.4/arch/arm64/net/ |
| D | bpf_jit.h | 22 /* Compare & branch (immediate) */ 29 /* Conditional branch (immediate) */ 44 /* Unconditional branch (immediate) */ 96 /* Add/subtract (immediate) */ 129 /* Move wide (immediate) */
|
| /Linux-v5.4/net/sctp/ |
| D | inqueue.c | 38 INIT_WORK(&queue->immediate, NULL); in sctp_inq_init() 80 q->immediate.func(&q->immediate); in sctp_inq_push() 236 INIT_WORK(&q->immediate, callback); in sctp_inq_set_th_handler()
|
| /Linux-v5.4/Documentation/misc-devices/ |
| D | ad525x_dpot.txt | 6 work with the immediate resistance settings as well as update the saved startup 20 The rdac files are used to program the immediate value of the device.
|
| /Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
| D | fan.c | 32 nvkm_fan_update(struct nvkm_fan *fan, bool immediate, int target) in nvkm_fan_update() argument 60 if (!immediate && duty >= 0) { in nvkm_fan_update() 118 nvkm_therm_fan_set(struct nvkm_therm *therm, bool immediate, int percent) in nvkm_therm_fan_set() argument 120 return nvkm_fan_update(therm->fan, immediate, percent); in nvkm_therm_fan_set()
|
| /Linux-v5.4/arch/m68k/include/asm/ |
| D | hash.h | 35 * plus one immediate constant) and 166 cycles. 39 * offsettable memory or immediate will work.)
|
| /Linux-v5.4/kernel/trace/ |
| D | trace_probe.c | 389 code->immediate = param; in parse_probe_arg() 403 code->immediate = (unsigned long)offset; // imm64? in parse_probe_arg() 420 code->immediate = 0; in parse_probe_arg() 481 case '\\': /* Immediate value */ in parse_probe_arg() 482 if (arg[1] == '"') { /* Immediate string */ in parse_probe_arg() 489 ret = str_to_immediate(arg + 1, &code->immediate); in parse_probe_arg() 595 * Since $comm and immediate string can not be dereferred, in traceprobe_parse_probe_arg_body() 826 code[1].immediate = in traceprobe_update_arg() 830 if (!code[1].immediate) in traceprobe_update_arg() 832 code[1].immediate += offset; in traceprobe_update_arg()
|
| D | trace_probe.h | 88 FETCH_OP_IMM, /* Immediate : .immediate */ 91 FETCH_OP_FOFFS, /* File offset: .immediate */ 123 unsigned long immediate; member 412 C(BAD_IMM, "Invalid immediate value"), \
|
| /Linux-v5.4/drivers/scsi/ |
| D | aha1740.h | 51 #define G2INTST_CMDGOOD 0xa0 /* Immediate command success */ 54 #define G2INTST_CMDERROR 0xe0 /* Immediate command error */ 70 #define ATTN_IMMED 0x10 /* Immediate Command */
|
| /Linux-v5.4/drivers/firewire/ |
| D | core-card.c | 123 if (desc->immediate > 0) in generate_config_rom() 124 config_rom[i++] = cpu_to_be32(desc->immediate); in generate_config_rom() 163 /* descriptor + entry into root dir + optional immediate entry */ in required_space() 164 return desc->length + 1 + (desc->immediate > 0 ? 1 : 0); in required_space() 192 if (desc->immediate > 0) in fw_core_add_descriptor() 211 if (desc->immediate > 0) in fw_core_remove_descriptor()
|
| /Linux-v5.4/arch/arm64/kernel/ |
| D | module.c | 166 * immediate is less than zero. in reloc_insn_movw() 177 * inverting the new immediate field. in reloc_insn_movw() 208 /* Update the instruction's immediate field. */ in reloc_insn_imm() 388 /* Immediate instruction relocations. */ in apply_relocate_add()
|