/linux-3.4.99/drivers/scsi/aic7xxx_old/ |
D | sequencer.h | 42 immediate : 8, member 62 immediate : 8, member 76 immediate : 8; member 95 immediate : 8; member
|
/linux-3.4.99/arch/x86/lib/ |
D | insn.c | 416 insn->immediate.value = get_next(short, insn); in __get_immv32() 417 insn->immediate.nbytes = 2; in __get_immv32() 421 insn->immediate.value = get_next(int, insn); in __get_immv32() 422 insn->immediate.nbytes = 4; in __get_immv32() 500 if (insn->immediate.got) in insn_get_immediate() 517 insn->immediate.value = get_next(char, insn); in insn_get_immediate() 518 insn->immediate.nbytes = 1; in insn_get_immediate() 521 insn->immediate.value = get_next(short, insn); in insn_get_immediate() 522 insn->immediate.nbytes = 2; in insn_get_immediate() 525 insn->immediate.value = get_next(int, insn); in insn_get_immediate() [all …]
|
/linux-3.4.99/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-3.4.99/net/sctp/ |
D | inqueue.c | 60 INIT_WORK(&queue->immediate, NULL); in sctp_inq_init() 107 q->immediate.func(&q->immediate); in sctp_inq_push() 244 INIT_WORK(&q->immediate, callback); in sctp_inq_set_th_handler()
|
/linux-3.4.99/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-3.4.99/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()
|
/linux-3.4.99/arch/x86/include/asm/ |
D | insn.h | 52 struct insn_field immediate; member 138 insn->displacement.got && insn->immediate.got; in insn_complete()
|
/linux-3.4.99/net/rxrpc/ |
D | ar-ack.c | 45 __be32 serial, bool immediate) in __rxrpc_propose_ACK() argument 54 immediate); in __rxrpc_propose_ACK() 57 if (immediate) in __rxrpc_propose_ACK() 67 if (immediate) in __rxrpc_propose_ACK() 83 if (!immediate) { in __rxrpc_propose_ACK() 93 if (!immediate || serial == cpu_to_be32(1)) { in __rxrpc_propose_ACK() 125 __be32 serial, bool immediate) in rxrpc_propose_ACK() argument 131 __rxrpc_propose_ACK(call, ack_reason, serial, immediate); in rxrpc_propose_ACK()
|
/linux-3.4.99/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-3.4.99/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-3.4.99/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-3.4.99/drivers/scsi/ |
D | st.h | 110 unsigned char immediate; member
|
D | st.c | 2192 name, STm->sysv, STp->immediate, STp->sili, in DEB() argument 2234 STp->immediate = (options & MT_ST_NOWAIT) != 0; 2266 STp->immediate = value; 2554 if (STp->immediate) { in do_load_unload() 2750 if (STp->immediate) { in st_int_ioctl() 2763 if (STp->immediate) { in st_int_ioctl() 2796 if (STp->immediate) { in st_int_ioctl() 3137 if (STp->immediate) { in set_location() 4107 tpnt->immediate = ST_NOWAIT; in st_probe() 4493 options |= STp->immediate ? MT_ST_NOWAIT : 0; in st_options_show()
|
/linux-3.4.99/drivers/crypto/caam/ |
D | desc_constr.h | 202 static inline void append_##cmd##_imm_##type(u32 *desc, type immediate, \ 207 append_cmd(desc, immediate); \
|
/linux-3.4.99/include/linux/ |
D | regset.h | 107 int immediate);
|
D | firewire-cdev.h | 638 __u32 immediate; member
|
D | firewire.h | 347 u32 immediate; member
|
/linux-3.4.99/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-3.4.99/Documentation/ |
D | SecurityBugs | 31 disclosure is from immediate (esp. if it's already publicly known)
|
/linux-3.4.99/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-3.4.99/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
|
/linux-3.4.99/arch/mn10300/mm/ |
D | Kconfig.cache | 33 The dcache operates in immediate write-through mode. Writes are
|
/linux-3.4.99/Documentation/ABI/stable/ |
D | firewire-cdev | 61 Initiate various actions. Some take immediate effect, others
|
/linux-3.4.99/arch/x86/kernel/ |
D | kprobes-opt.c | 224 target = (unsigned long)insn->next_byte + insn->immediate.value; in insn_jump_into_range()
|