/linux-2.6.39/net/decnet/ |
D | dn_table.c | 49 #define DZ_HASHMASK(dz) ((dz)->dz_hashmask) argument 52 #define DZ_MASK(dz) ((dz)->dz_mask) argument 86 static inline dn_fib_idx_t dn_hash(dn_fib_key_t key, struct dn_zone *dz) in dn_hash() argument 88 u16 h = le16_to_cpu(key.datum)>>(16 - dz->dz_order); in dn_hash() 91 h &= DZ_HASHMASK(dz); in dn_hash() 95 static inline dn_fib_key_t dz_key(__le16 dst, struct dn_zone *dz) in dz_key() argument 98 k.datum = dst & DZ_MASK(dz); in dz_key() 102 static inline struct dn_fib_node **dn_chain_p(dn_fib_key_t key, struct dn_zone *dz) in dn_chain_p() argument 104 return &dz->dz_hash[dn_hash(key, dz).datum]; in dn_chain_p() 107 static inline struct dn_fib_node *dz_chain(dn_fib_key_t key, struct dn_zone *dz) in dz_chain() argument [all …]
|
/linux-2.6.39/arch/m68k/fpsp040/ |
D | kernel_ex.S | 49 | if dz trap disabled 51 | set FPSR exception status dz bit, condition code 52 | inf bit, and accrued dz bit 56 | else dz trap enabled 69 btstb #dz_bit,FPCR_ENABLE(%a6) |test FPCR for dz exc enabled 74 btstb #dz_bit,FPCR_ENABLE(%a6) |test FPCR for dz exc enabled 77 | dz disabled 92 | dz enabled
|
D | skeleton.S | 60 | All dz exceptions are 'real', hence no fpsp_dz entry point. 62 .global dz 64 dz: label
|
D | gen_except.S | 20 | dz 170 | operr, and dz. commonE3 does this for E3 exceptions, which
|
/linux-2.6.39/drivers/input/ |
D | mousedev.c | 56 int dx, dy, dz; member 90 int dx, dy, dz; member 225 mousedev->packet.dz -= value; in mousedev_rel_event() 308 p->dz += packet->dz; in mousedev_notify_readers() 311 if (p->dx || p->dy || p->dz || in mousedev_notify_readers() 406 mousedev->packet.dz = 0; in mousedev_event() 613 ps2_data[3] = mousedev_limit_delta(p->dz, 7); in mousedev_packet() 614 p->dz -= ps2_data[3]; in mousedev_packet() 622 ps2_data[3] = mousedev_limit_delta(p->dz, 127); in mousedev_packet() 623 p->dz -= ps2_data[3]; in mousedev_packet() [all …]
|
/linux-2.6.39/arch/cris/include/arch-v32/arch/ |
D | user.h | 31 unsigned long dz; /* P8, Constant zero (32-bits). */ member
|
/linux-2.6.39/arch/m68k/ifpsp060/ |
D | TEST.DOC | 145 0x10: FP enabled snan/operr/ovfl/unfl/dz/inex 159 FP enabled: tests enabled snan/operr/ovfl/unfl/dz/inex. 162 exercises _fpsp_{snan,operr,ovfl,unfl,dz,inex}() and 163 _real_{snan,operr,ovfl,unfl,dz,inex}(). the test expects
|
/linux-2.6.39/drivers/tty/serial/ |
D | Makefile | 57 obj-$(CONFIG_SERIAL_DZ) += dz.o
|
/linux-2.6.39/arch/cris/arch-v32/kernel/ |
D | kgdb.c | 220 unsigned int dz; /* 0x55; P8, 32-bit zero register */ member
|
/linux-2.6.39/arch/m68k/ifpsp060/src/ |
D | ftest.S | 207 ### dz
|
D | fplsp.S | 436 set adz_bit, 4 # accrued dz bit 457 set dz_mask, 0x00000400 # dz exception mask 516 set DZ_VEC, 0xc8 # dz vector offset
|
D | fpsp.S | 10126 # - Set FPSR exception status dz bit, ccode inf bit, and # 10127 # accrued dz bit. #
|
/linux-2.6.39/ |
D | MAINTAINERS | 2095 M: Massimo Dal Zotto <dz@debian.org> 2096 W: http://www.debian.org/~dz/i8k/ 2271 F: drivers/tty/serial/dz.*
|
/linux-2.6.39/arch/x86/ |
D | Kconfig | 935 <http://people.debian.org/~dz/i8k/>
|