/linux-4.1.27/arch/x86/lib/ |
D | insn.c | 434 insn->immediate.value = get_next(short, insn); in __get_immv32() 435 insn->immediate.nbytes = 2; in __get_immv32() 439 insn->immediate.value = get_next(int, insn); in __get_immv32() 440 insn->immediate.nbytes = 4; in __get_immv32() 518 if (insn->immediate.got) in insn_get_immediate() 535 insn->immediate.value = get_next(char, insn); in insn_get_immediate() 536 insn->immediate.nbytes = 1; in insn_get_immediate() 539 insn->immediate.value = get_next(short, insn); in insn_get_immediate() 540 insn->immediate.nbytes = 2; in insn_get_immediate() 543 insn->immediate.value = get_next(int, insn); in insn_get_immediate() [all …]
|
D | x86-opcode-map.txt | 287 # With 0x66 prefix in 64-bit mode, for AMD CPUs immediate offset
|
/linux-4.1.27/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 | 220 %type <expression> expression immediate immediate_or_a 938 immediate: 1245 T_BMOV destination ',' source ',' immediate ret ';' 1262 T_MVI destination ',' immediate ret ';' 1385 T_OR reg_symbol ',' immediate jmp_jc_jnc_call address ';' 1417 T_MVI immediate jmp_jc_jnc_call address ';' 1677 f1_instr->immediate = immed->value; in format_1_instr() 1814 f3_instr->immediate = immed->value; in format_3_instr()
|
/linux-4.1.27/net/sctp/ |
D | inqueue.c | 53 INIT_WORK(&queue->immediate, NULL); in sctp_inq_init() 95 q->immediate.func(&q->immediate); in sctp_inq_push() 213 INIT_WORK(&q->immediate, callback); in sctp_inq_set_th_handler()
|
D | endpointola.c | 408 base.inqueue.immediate); in sctp_endpoint_bh_rcv()
|
D | associola.c | 998 base.inqueue.immediate); in sctp_assoc_bh_rcv()
|
/linux-4.1.27/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() 119 nvkm_therm_fan_set(struct nvkm_therm *therm, bool immediate, int percent) in nvkm_therm_fan_set() argument 122 return nvkm_fan_update(priv->fan, immediate, percent); in nvkm_therm_fan_set()
|
/linux-4.1.27/arch/arc/lib/ |
D | memcpy-700.S | 34 ; uses long immediate 40 ; uses long immediate
|
D | strlen.S | 16 ; uses long immediate
|
/linux-4.1.27/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-4.1.27/drivers/firewire/ |
D | core-card.c | 136 if (desc->immediate > 0) in generate_config_rom() 137 config_rom[i++] = cpu_to_be32(desc->immediate); in generate_config_rom() 177 return desc->length + 1 + (desc->immediate > 0 ? 1 : 0); in required_space() 205 if (desc->immediate > 0) in fw_core_add_descriptor() 224 if (desc->immediate > 0) in fw_core_remove_descriptor()
|
D | core-transaction.c | 1249 .immediate = 0x03001f11, 1256 .immediate = 0x17023901,
|
D | core-cdev.c | 895 r->descriptor.immediate = a->immediate; in ioctl_add_descriptor()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | insn.h | 52 struct insn_field immediate; member 140 insn->displacement.got && insn->immediate.got; in insn_complete()
|
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/ |
D | ptllnd_wire.h | 97 kptl_immediate_msg_t immediate; member
|
/linux-4.1.27/net/rxrpc/ |
D | ar-ack.c | 94 __be32 serial, bool immediate) in __rxrpc_propose_ACK() argument 103 immediate); in __rxrpc_propose_ACK() 106 if (immediate) in __rxrpc_propose_ACK() 116 if (immediate) in __rxrpc_propose_ACK() 131 if (!immediate) { in __rxrpc_propose_ACK() 142 if (!immediate || serial == cpu_to_be32(1)) { in __rxrpc_propose_ACK() 173 __be32 serial, bool immediate) in rxrpc_propose_ACK() argument 179 __rxrpc_propose_ACK(call, ack_reason, serial, immediate); in rxrpc_propose_ACK()
|
/linux-4.1.27/drivers/net/plip/ |
D | plip.c | 209 struct work_struct immediate; member 308 INIT_WORK(&nl->immediate, plip_bh); in plip_init_netdev() 327 schedule_work(&nl->immediate); in plip_kick_bh() 367 struct net_local *nl = container_of(work, struct net_local, immediate); in plip_bh() 684 schedule_work(&nl->immediate); in plip_receive_packet() 936 schedule_work(&nl->immediate); in plip_interrupt() 988 schedule_work(&nl->immediate); in plip_tx_packet()
|
/linux-4.1.27/arch/arm/mm/ |
D | abort-lv4t.S | 83 and r9, r8, #0x00f @ get Rm / low nibble of immediate value 84 tst r8, #1 << 22 @ if (immediate offset) 85 andne r6, r8, #0xf00 @ { immediate high nibble
|
/linux-4.1.27/drivers/usb/musb/ |
D | davinci.c | 171 static void davinci_musb_source_power(struct musb *musb, int is_on, int immediate) in davinci_musb_source_power() argument 184 if (immediate) in davinci_musb_source_power() 189 if (immediate) in davinci_musb_source_power()
|
/linux-4.1.27/drivers/scsi/ |
D | st.h | 113 unsigned char immediate; member
|
D | st.c | 2208 STm->sysv, STp->immediate, STp->sili, in DEB() argument 2254 STp->immediate = (options & MT_ST_NOWAIT) != 0; 2286 STp->immediate = value; 2572 if (STp->immediate) { in do_load_unload() 2780 if (STp->immediate) { in st_int_ioctl() 2793 if (STp->immediate) { in st_int_ioctl() 2825 if (STp->immediate) { in st_int_ioctl() 3164 if (STp->immediate) { in set_location() 4173 tpnt->immediate = ST_NOWAIT; in st_probe() 4507 options |= STp->immediate ? MT_ST_NOWAIT : 0; in options_show()
|
/linux-4.1.27/include/linux/ |
D | regset.h | 107 int immediate);
|
D | firewire.h | 376 u32 immediate; member
|
/linux-4.1.27/Documentation/input/ |
D | joystick-api.txt | 281 int buttons; /* immediate button state */ 282 int x; /* immediate x axis value */ 283 int y; /* immediate y axis value */
|
/linux-4.1.27/Documentation/ |
D | SecurityBugs | 31 disclosure is from immediate (esp. if it's already publicly known)
|
D | lzo.txt | 62 in this implementation. This number of immediate literals to be copied is
|
D | circular-buffers.txt | 88 (*) Measure the maximum consecutive immediate space in a buffer:
|
D | rbtree.txt | 260 and its immediate children. And this will be used in O(log n) lookup
|
D | xillybus.txt | 244 device, that leads to an immediate freeze of the system on some motherboards,
|
D | memory-barriers.txt | 1194 LOAD with immediate effect : : +-------+ 1570 16-bit store instructions with 7-bit immediate fields, the compiler 1571 might be tempted to use two 16-bit store-immediate instructions to 2627 immediate value into the same register, the first may be discarded.
|
D | SubmittingPatches | 688 since forgotten the immediate details of the discussion that might
|
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
D | o2iblnd_cb.c | 365 rc = lnet_parse(ni, &msg->ibm_u.immediate.ibim_hdr, in kiblnd_handle_rx() 1501 nob = offsetof(kib_msg_t, ibm_u.immediate.ibim_payload[lntmsg->msg_md->md_length]); in kiblnd_send() 1555 nob = offsetof(kib_msg_t, ibm_u.immediate.ibim_payload[payload_nob]); in kiblnd_send() 1595 LASSERT(offsetof(kib_msg_t, ibm_u.immediate.ibim_payload[payload_nob]) in kiblnd_send() 1606 ibmsg->ibm_u.immediate.ibim_hdr = *hdr; in kiblnd_send() 1610 offsetof(kib_msg_t, ibm_u.immediate.ibim_payload), in kiblnd_send() 1615 offsetof(kib_msg_t, ibm_u.immediate.ibim_payload), in kiblnd_send() 1713 nob = offsetof(kib_msg_t, ibm_u.immediate.ibim_payload[rlen]); in kiblnd_recv() 1716 libcfs_nid2str(rxmsg->ibm_u.immediate.ibim_hdr.src_nid), in kiblnd_recv() 1725 offsetof(kib_msg_t, ibm_u.immediate.ibim_payload), in kiblnd_recv() [all …]
|
D | o2iblnd.h | 464 kib_immediate_msg_t immediate; member
|
D | o2iblnd.c | 119 return offsetof(kib_msg_t, ibm_u.immediate.ibim_payload[0]); in kiblnd_msgtype2size()
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-transport-srp | 14 Zero means immediate removal. Setting this attribute to "off"
|
D | firewire-cdev | 61 Initiate various actions. Some take immediate effect, others
|
/linux-4.1.27/arch/m68k/math-emu/ |
D | fp_scan.S | 197 | all pc relative addressing modes and immediate/absolute modes end up here 221 | addressing mode: immediate data
|
/linux-4.1.27/arch/x86/kernel/ |
D | uprobes.c | 703 0, insn->immediate.nbytes); in branch_clear_offset() 752 auprobe->branch.offs = insn->immediate.value; in branch_setup_xol_ops()
|
/linux-4.1.27/include/uapi/linux/ |
D | firewire-cdev.h | 638 __u32 immediate; member
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | psci.txt | 18 Note that the immediate field of the trapping instruction must be set
|
/linux-4.1.27/drivers/crypto/caam/ |
D | desc_constr.h | 297 static inline void append_##cmd##_imm_##type(u32 *desc, type immediate, \ 302 append_cmd(desc, immediate); \
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | isp.S | 900 # #<data> - return address of immediate value; set immed_flg # 996 short immediate - tbl_ea_mode 1376 immediate: 1377 mov.b &immed_flg,SPCOND_FLG(%a6) # set immediate flag
|
D | pfpsp.S | 2381 # _mem_read() - read extended immediate operand from memory # 2402 # (1) FP Instructions using extended precision or packed immediate # 2407 # For immediate data operations, the data is read in w/ a # 2614 # INEX1 : all packed immediate operations 2947 # immediate operands but requires some extra work for fmovm dynamic 2965 # instruction is using an extended precision immediate operand. Therefore, 3869 # 3) #<data> : The upper longword of the immediate operand is # 3899 # need to set immediate data flag here since we'll need to do
|
D | fpsp.S | 2382 # _mem_read() - read extended immediate operand from memory # 2403 # (1) FP Instructions using extended precision or packed immediate # 2408 # For immediate data operations, the data is read in w/ a # 2615 # INEX1 : all packed immediate operations 2948 # immediate operands but requires some extra work for fmovm dynamic 2966 # instruction is using an extended precision immediate operand. Therefore,
|
/linux-4.1.27/tools/perf/util/ |
D | evsel.h | 92 bool immediate; member
|
D | evsel.c | 764 if (evsel->immediate) { in perf_evsel__config()
|
/linux-4.1.27/arch/mn10300/mm/ |
D | Kconfig.cache | 33 The dcache operates in immediate write-through mode. Writes are
|
/linux-4.1.27/arch/x86/kernel/kprobes/ |
D | opt.c | 223 target = (unsigned long)insn->next_byte + insn->immediate.value; in insn_jump_into_range()
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | st,sta350.txt | 93 - st,bridge-immediate-off:
|
/linux-4.1.27/Documentation/scsi/ |
D | st.txt | 88 Writing filemarks without the immediate bit set in the SCSI command block acts 313 MTWEOFI Write count filemarks with immediate bit set (i.e., does not 389 MT_ST_NOWAIT enables immediate mode (i.e., don't wait for 391 MT_ST_NOWAIT_EOF enables immediate filemark mode (i.e. when 394 possible dangers of writing immediate filemarks.
|
D | scsi_eh.txt | 344 immediate failing; thus, if a sdev is in one of the two
|
D | ncr53c8xx.txt | 878 immediate arbitration disabled iarb:0
|
/linux-4.1.27/tools/perf/tests/ |
D | switch-tracking.c | 387 switch_evsel->immediate = true; in test__switch_tracking()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | sge.c | 1145 bool immediate = false; in t4_eth_xmit() local 1186 immediate = true; in t4_eth_xmit() 1188 if (!immediate && in t4_eth_xmit() 1205 len = immediate ? skb->len : 0; in t4_eth_xmit() 1262 if (immediate) { in t4_eth_xmit()
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | operations.txt | 181 enqueued for further immediate asynchronous processing by adjusting the
|
D | netfs-api.txt | 182 during the instantiation of a non-index object. Only the immediate index
|
/linux-4.1.27/scripts/ |
D | spelling.txt | 469 immedaite||immediate 472 immidiate||immediate
|
/linux-4.1.27/drivers/block/paride/ |
D | Transition-notes | 114 immediate release of spinlock and beginning of execution of ps_tq on
|
/linux-4.1.27/arch/frv/ |
D | Kconfig | 296 However, the GPREL region is limited in size because the immediate
|
/linux-4.1.27/Documentation/networking/ |
D | PLIP.txt | 85 data) is, by default, 500usec. As IRQ delivery is more or less immediate,
|
D | filter.txt | 872 BPF_SRC(code) == BPF_K - use 32-bit immediate as source operand 877 BPF_SRC(code) == BPF_K - use 32-bit immediate as source operand 1001 instruction that loads 64-bit immediate value into a dst_reg. 1003 32-bit immediate value into a register.
|
D | timestamping.txt | 107 generated control message. Changes to the bits take immediate
|
D | ip-sysctl.txt | 627 to the global variable has immediate effect.
|
D | bonding.txt | 739 immediate selection of the best active slave according to the new
|
/linux-4.1.27/Documentation/crypto/ |
D | descore-readme.txt | 242 greater than 127 in value (can't use movq or byte immediate on CISC) 243 9-127 (may not be able to use CISC shift immediate or add/sub quick),
|
/linux-4.1.27/Documentation/timers/ |
D | hrtimers.txt | 90 another basic requirement was the immediate enqueueing and ordering of
|
/linux-4.1.27/include/net/sctp/ |
D | structs.h | 987 struct work_struct immediate; member
|
/linux-4.1.27/Documentation/development-process/ |
D | 7.AdvancedTopics | 14 control enabled an immediate acceleration of the kernel development
|
D | 3.Early-stage | 27 immediate problem. To the wider kernel community, though, it was seen as a
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/ |
D | sge.c | 1410 static inline int immediate(const struct sk_buff *skb) in immediate() function 1431 if (unlikely(!immediate(skb))) { in ctrl_xmit() 1587 if (immediate(skb)) { in write_ofld_wr()
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 7059 fmt1_ins->immediate = dconsts[fmt1_ins->immediate]; in ahc_download_instr() 7071 if (fmt1_ins->immediate != 1) in ahc_download_instr() 7075 fmt1_ins->immediate = 0xff; in ahc_download_instr() 7096 fmt3_ins->immediate in ahc_download_instr() 7102 fmt1_ins->immediate in ahc_download_instr()
|
D | aic79xx_core.c | 9615 fmt1_ins->immediate = dconsts[fmt1_ins->immediate]; in ahd_download_instr()
|
D | aic79xx.reg | 3492 * for any immediate operands passed in jmp, jc, jnc, call instructions.
|
D | aic7xxx.seq | 615 /* MSG_CMDCMPLT is 0, but we can't do an immediate of 0 */
|
/linux-4.1.27/Documentation/RCU/ |
D | stallwarn.txt | 231 becoming unresponsive, but not causing an immediate crash.
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-encoder-api.txt | 44 1=stop immediate (no IRQ)
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | qla_target.c | 561 bool immediate) in qlt_schedule_sess_for_deletion() argument 568 if (immediate && sess->deleted == QLA_SESS_DELETION_PENDING) in qlt_schedule_sess_for_deletion() 577 if (immediate) { in qlt_schedule_sess_for_deletion() 593 dev_loss_tmo, sess->expires, immediate, sess->logout_on_delete, in qlt_schedule_sess_for_deletion() 596 if (immediate) in qlt_schedule_sess_for_deletion()
|
/linux-4.1.27/Documentation/filesystems/ |
D | autofs4-mount-control.txt | 345 addition an immediate expire, independent of the mount timeout, can be
|
D | sharedsubtree.txt | 834 of master peer group. To find all immediate slaves of a peer group
|
D | proc.txt | 1662 X is the immediate master of the mount, or if there's no dominant peer
|
/linux-4.1.27/Documentation/arm64/ |
D | acpi_object_usage.txt | 534 used to indicate fatal errors that cannot be corrected, and require immediate
|
/linux-4.1.27/Documentation/cgroups/ |
D | unified-hierarchy.txt | 139 fact that controllers on the immediate sub-level are used to
|
D | memory.txt | 797 statistics, so it's advisable to take an immediate action.
|
/linux-4.1.27/Documentation/sysctl/ |
D | kernel.txt | 254 Nerve Pinch (tm) will be an immediate reboot, without even
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | timekeeping.txt | 478 One of the most immediate problems that occurs with legacy operating systems
|
D | api.txt | 2674 - KVM_GUESTDBG_EXIT_PENDING: trigger an immediate guest exit [s390]
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.lex.c_shipped | 1975 * immediate realloc on the next call.
|
/linux-4.1.27/Documentation/blockdev/ |
D | README.DAC960 | 275 drives that have been created are available for immediate use even while they
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | ALSA-Configuration.txt | 888 single_cmd - Use single immediate commands to communicate with 944 single immediate commands instead of CORB/RIRB. Basically, the
|
/linux-4.1.27/scripts/genksyms/ |
D | lex.lex.c_shipped | 1580 * immediate realloc on the next call.
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 1843 * immediate realloc on the next call.
|
/linux-4.1.27/Documentation/kbuild/ |
D | makefiles.txt | 1396 immediate evaluation of the right-hand side and stores an actual string
|
/linux-4.1.27/Documentation/laptops/ |
D | thinkpad-acpi.txt | 556 operating system is to force either an immediate suspend or hibernate
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 3176 However, the more immediate problem is that second segfault and I'm
|