/linux-2.4.37.9/drivers/acpi/parser/ |
D | psutils.c | 100 union acpi_parse_object *op, in acpi_ps_init_op() 132 union acpi_parse_object *op = NULL; in acpi_ps_alloc_op() local 198 union acpi_parse_object *op) in acpi_ps_free_op() 277 union acpi_parse_object *op) in acpi_ps_get_name() 298 union acpi_parse_object *op, in acpi_ps_set_name()
|
D | pstree.c | 68 union acpi_parse_object *op, in acpi_ps_get_arg() 122 union acpi_parse_object *op, in acpi_ps_append_arg() 198 union acpi_parse_object *op) in acpi_ps_get_child() 268 union acpi_parse_object *op) in acpi_ps_get_depth_next()
|
D | psparse.c | 148 union acpi_parse_object *op) in acpi_ps_complete_this_op() 304 union acpi_parse_object *op, in acpi_ps_next_parse_state() 427 union acpi_parse_object *op = NULL; /* current op */ in acpi_ps_parse_loop() local
|
D | psscope.c | 155 union acpi_parse_object *op, in acpi_ps_push_scope() 214 union acpi_parse_object **op, in acpi_ps_pop_scope()
|
/linux-2.4.37.9/drivers/acpi/dispatcher/ |
D | dsobject.c | 75 union acpi_parse_object *op, in acpi_ds_build_internal_object() 142 union acpi_parse_object *op, in acpi_ds_build_internal_buffer_obj() 251 union acpi_parse_object *op, in acpi_ds_build_internal_package_obj() 369 union acpi_parse_object *op) in acpi_ds_create_node() 437 union acpi_parse_object *op, in acpi_ds_init_object_from_op()
|
D | dsfield.c | 79 union acpi_parse_object *op, in acpi_ds_create_buffer_field() 337 union acpi_parse_object *op, in acpi_ds_create_field() 396 union acpi_parse_object *op, in acpi_ds_init_field_objects() 479 union acpi_parse_object *op, in acpi_ds_create_bank_field() 552 union acpi_parse_object *op, in acpi_ds_create_index_field()
|
D | dswload.c | 125 union acpi_parse_object *op; in acpi_ds_load1_begin_op() local 337 union acpi_parse_object *op; in acpi_ds_load1_end_op() local 450 union acpi_parse_object *op; in acpi_ds_load2_begin_op() local 671 union acpi_parse_object *op; in acpi_ds_load2_end_op() local
|
D | dsopcode.c | 80 union acpi_parse_object *op; in acpi_ds_execute_arguments() local 589 union acpi_parse_object *op) in acpi_ds_eval_buffer_field_operands() 676 union acpi_parse_object *op) in acpi_ds_eval_region_operands() 774 union acpi_parse_object *op, in acpi_ds_eval_data_object_operands() 867 union acpi_parse_object *op) in acpi_ds_exec_begin_control_op() 947 union acpi_parse_object *op) in acpi_ds_exec_end_control_op()
|
D | dswexec.c | 205 union acpi_parse_object *op; in acpi_ds_exec_begin_op() local 345 union acpi_parse_object *op; in acpi_ds_exec_end_op() local
|
D | dsmethod.c | 81 union acpi_parse_object *op; in acpi_ds_parse_method() local 266 union acpi_parse_object *op) in acpi_ds_call_control_method()
|
/linux-2.4.37.9/arch/sh/kernel/ |
D | kgdb_stub.c | 206 #define OPCODE_BT(op) (((op) & 0xff00) == 0x8900) argument 207 #define OPCODE_BF(op) (((op) & 0xff00) == 0x8b00) argument 208 #define OPCODE_BTF_DISP(op) (((op) & 0x80) ? (((op) | 0xffffff80) << 1) : \ argument 210 #define OPCODE_BFS(op) (((op) & 0xff00) == 0x8f00) argument 211 #define OPCODE_BTS(op) (((op) & 0xff00) == 0x8d00) argument 212 #define OPCODE_BRA(op) (((op) & 0xf000) == 0xa000) argument 213 #define OPCODE_BRA_DISP(op) (((op) & 0x800) ? (((op) | 0xfffff800) << 1) : \ argument 215 #define OPCODE_BRAF(op) (((op) & 0xf0ff) == 0x0023) argument 216 #define OPCODE_BRAF_REG(op) (((op) & 0x0f00) >> 8) argument 217 #define OPCODE_BSR(op) (((op) & 0xf000) == 0xb000) argument [all …]
|
/linux-2.4.37.9/arch/ppc/xmon/ |
D | ppc-opc.c | 986 #define A(op, xop, rc) (OP (op) | (((xop) & 0x1f) << 1) | ((rc) & 1)) argument 999 #define B(op, aa, lk) (OP (op) | (((aa) & 1) << 1) | ((lk) & 1)) argument 1003 #define BBO(op, bo, aa, lk) (B ((op), (aa), (lk)) | (((bo) & 0x1f) << 21)) argument 1014 #define BBOCB(op, bo, cb, aa, lk) \ argument 1028 #define DSO(op, xop) (OP (op) | ((xop) & 0x3)) argument 1032 #define M(op, rc) (OP (op) | ((rc) & 1)) argument 1036 #define MME(op, me, rc) (M ((op), (rc)) | (((me) & 0x1f) << 1)) argument 1045 #define MD(op, xop, rc) (OP (op) | (((xop) & 0x7) << 2) | ((rc) & 1)) argument 1055 #define MDS(op, xop, rc) (OP (op) | (((xop) & 0xf) << 1) | ((rc) & 1)) argument 1062 #define SC(op, sa, lk) (OP (op) | (((sa) & 1) << 1) | ((lk) & 1)) argument [all …]
|
/linux-2.4.37.9/arch/ppc64/xmon/ |
D | ppc-opc.c | 986 #define A(op, xop, rc) (OP (op) | (((xop) & 0x1f) << 1) | ((rc) & 1)) argument 999 #define B(op, aa, lk) (OP (op) | (((aa) & 1) << 1) | ((lk) & 1)) argument 1003 #define BBO(op, bo, aa, lk) (B ((op), (aa), (lk)) | (((bo) & 0x1f) << 21)) argument 1014 #define BBOCB(op, bo, cb, aa, lk) \ argument 1028 #define DSO(op, xop) (OP (op) | ((xop) & 0x3)) argument 1032 #define M(op, rc) (OP (op) | ((rc) & 1)) argument 1036 #define MME(op, me, rc) (M ((op), (rc)) | (((me) & 0x1f) << 1)) argument 1045 #define MD(op, xop, rc) (OP (op) | (((xop) & 0x7) << 2) | ((rc) & 1)) argument 1055 #define MDS(op, xop, rc) (OP (op) | (((xop) & 0xf) << 1) | ((rc) & 1)) argument 1062 #define SC(op, sa, lk) (OP (op) | (((sa) & 1) << 1) | ((lk) & 1)) argument [all …]
|
/linux-2.4.37.9/arch/ppc/kernel/ |
D | indirect_pci.c | 24 #define cfg_read(val, addr, type, op) *val = op((type)(addr)) argument 25 #define cfg_write(val, addr, type, op) op((type *)(addr), (val)) argument 33 #define INDIRECT_PCI_OP(rw, size, type, op, mask) \ argument
|
D | mpc10x_common.c | 260 #define MPC10X_CFG_read(val, addr, type, op) *val = op((type)(addr)) argument 261 #define MPC10X_CFG_write(val, addr, type, op) op((type *)(addr), (val)) argument 263 #define MPC10X_PCI_OP(rw, size, type, op, mask) \ argument
|
/linux-2.4.37.9/arch/ppc/boot/common/ |
D | mpc10x_memory.c | 34 #define MPC10X_CFG_read(val, addr, type, op) *val = op((type)(addr)) argument 35 #define MPC10X_CFG_write(val, addr, type, op) op((type *)(addr), (val)) argument 37 #define MPC10X_PCI_OP(rw, size, type, op, mask) \ argument
|
/linux-2.4.37.9/arch/ia64/kernel/ |
D | smp.c | 150 send_IPI_single (int dest_cpu, int op) in send_IPI_single() 157 send_IPI_allbutself (int op) in send_IPI_allbutself() 168 send_IPI_all (int op) in send_IPI_all() 177 send_IPI_self (int op) in send_IPI_self()
|
/linux-2.4.37.9/arch/ppc/platforms/ |
D | apus_pci.c | 61 #define cfg_read(val, addr, type, op) *val = op((type)(addr)) argument 62 #define cfg_write(val, addr, type, op) op((val), (type *)(addr)); DEFW() argument 68 #define APUS_PCI_OP(rw, size, type, op, mask) \ argument
|
D | chrp_pci.c | 41 #define cfg_read(val, addr, type, op) *val = op((type)(addr)) argument 42 #define cfg_write(val, addr, type, op) op((type *)(addr), (val)) argument 51 #define GG2_PCI_OP(rw, size, type, op) \ argument 85 #define PYTHON_PCI_OP(rw, size, type, op, mask) \ argument
|
/linux-2.4.37.9/fs/isofs/ |
D | joliet.c | 22 unsigned char *op; in uni16_to_x8() local 47 __u8 *op; in wcsntombs_be() local
|
/linux-2.4.37.9/arch/mips/math-emu/ |
D | ieee754dp.c | 49 ieee754dp ieee754dp_xcpt(ieee754dp r, const char *op, ...) in ieee754dp_xcpt() 63 ieee754dp ieee754dp_nanxcpt(ieee754dp r, const char *op, ...) in ieee754dp_nanxcpt()
|
D | ieee754sp.c | 49 ieee754sp ieee754sp_xcpt(ieee754sp r, const char *op, ...) in ieee754sp_xcpt() 64 ieee754sp ieee754sp_nanxcpt(ieee754sp r, const char *op, ...) in ieee754sp_nanxcpt()
|
/linux-2.4.37.9/include/asm-ia64/sn/ |
D | fetchop.h | 33 #define FETCHOP_LOAD_OP(addr, op) ( \ argument 36 #define FETCHOP_STORE_OP(addr, op, x) ( \ argument
|
/linux-2.4.37.9/drivers/char/ |
D | vt.c | 368 struct console_font_op op; in do_fontx_ioctl() local 945 struct console_font_op op; in vt_ioctl() local 958 struct console_font_op op; in vt_ioctl() local 991 struct console_font_op op; in vt_ioctl() local 1003 struct console_font_op op; in vt_ioctl() local
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx_inline.h | 197 ahc_sync_scb(struct ahc_softc *ahc, struct scb *scb, int op) in ahc_sync_scb() 206 ahc_sync_sglist(struct ahc_softc *ahc, struct scb *scb, int op) in ahc_sync_sglist() 513 ahc_sync_qoutfifo(struct ahc_softc *ahc, int op) in ahc_sync_qoutfifo() 520 ahc_sync_tqinfifo(struct ahc_softc *ahc, int op) in ahc_sync_tqinfifo()
|