/linux-3.3/arch/x86/mm/kmemcheck/ |
D | opcode.c | 5 static bool opcode_is_prefix(uint8_t b) in opcode_is_prefix() 20 static bool opcode_is_rex_prefix(uint8_t b) in opcode_is_rex_prefix() 25 static bool opcode_is_rex_prefix(uint8_t b) in opcode_is_rex_prefix()
|
/linux-3.3/lib/ |
D | list_sort.c | 16 struct list_head *b), in merge() 45 struct list_head *b), in merge_and_restore_back_links() 99 struct list_head *b)) in list_sort() 197 static int __init cmp(void *priv, struct list_head *a, struct list_head *b) in cmp()
|
/linux-3.3/arch/um/include/asm/ |
D | io.h | 36 static inline void writeb(unsigned char b, volatile void __iomem *addr) in writeb() 40 static inline void writew(unsigned short b, volatile void __iomem *addr) in writew() 44 static inline void writel(unsigned int b, volatile void __iomem *addr) in writel() 48 static inline void writeq(unsigned int b, volatile void __iomem *addr) in writeq()
|
/linux-3.3/arch/powerpc/xmon/ |
D | spu-insns.h | 128 #define _A2(a,b) {2,a,b} argument 129 #define _A3(a,b,c) {3,a,b,c} argument 130 #define _A4(a,b,c,d) {4,a,b,c,d} argument
|
/linux-3.3/drivers/acpi/acpica/ |
D | acmacros.h | 315 #define ARGI_LIST2(a, b) (ARG_1(b)|ARG_2(a)) argument 316 #define ARGI_LIST3(a, b, c) (ARG_1(c)|ARG_2(b)|ARG_3(a)) argument 317 #define ARGI_LIST4(a, b, c, d) (ARG_1(d)|ARG_2(c)|ARG_3(b)|ARG_4(a)) argument 318 #define ARGI_LIST5(a, b, c, d, e) (ARG_1(e)|ARG_2(d)|ARG_3(c)|ARG_4(b)|ARG_5(a)) argument 319 #define ARGI_LIST6(a, b, c, d, e, f) (ARG_1(f)|ARG_2(e)|ARG_3(d)|ARG_4(c)|ARG_5(b)|ARG_6(a)) argument 322 #define ARGP_LIST2(a, b) (ARG_1(a)|ARG_2(b)) argument 323 #define ARGP_LIST3(a, b, c) (ARG_1(a)|ARG_2(b)|ARG_3(c)) argument 324 #define ARGP_LIST4(a, b, c, d) (ARG_1(a)|ARG_2(b)|ARG_3(c)|ARG_4(d)) argument 325 #define ARGP_LIST5(a, b, c, d, e) (ARG_1(a)|ARG_2(b)|ARG_3(c)|ARG_4(d)|ARG_5(e)) argument 326 #define ARGP_LIST6(a, b, c, d, e, f) (ARG_1(a)|ARG_2(b)|ARG_3(c)|ARG_4(d)|ARG_5(e)|ARG_6(f)) argument [all …]
|
/linux-3.3/drivers/md/persistent-data/ |
D | dm-space-map.h | 86 static inline int dm_sm_get_count(struct dm_space_map *sm, dm_block_t b, in dm_sm_get_count() 93 dm_block_t b, int *result) in dm_sm_count_is_more_than_one() 98 static inline int dm_sm_set_count(struct dm_space_map *sm, dm_block_t b, in dm_sm_set_count() 109 static inline int dm_sm_inc_block(struct dm_space_map *sm, dm_block_t b) in dm_sm_inc_block() 114 static inline int dm_sm_dec_block(struct dm_space_map *sm, dm_block_t b) in dm_sm_dec_block() 119 static inline int dm_sm_new_block(struct dm_space_map *sm, dm_block_t *b) in dm_sm_new_block()
|
D | dm-block-manager.c | 307 static void report_recursive_bug(dm_block_t b, int r) in report_recursive_bug() 323 static struct dm_buffer *to_buffer(struct dm_block *b) in to_buffer() 333 dm_block_t dm_block_location(struct dm_block *b) in dm_block_location() 339 void *dm_block_data(struct dm_block *b) in dm_block_data() 425 int dm_bm_read_lock(struct dm_block_manager *bm, dm_block_t b, in dm_bm_read_lock() 459 dm_block_t b, struct dm_block_validator *v, in dm_bm_write_lock() 492 dm_block_t b, struct dm_block_validator *v, in dm_bm_read_try_lock() 525 dm_block_t b, struct dm_block_validator *v, in dm_bm_write_lock_zero() 551 int dm_bm_unlock(struct dm_block *b) in dm_bm_unlock() 568 int dm_bm_unlock_move(struct dm_block *b, dm_block_t n) in dm_bm_unlock_move()
|
D | dm-btree-spine.c | 23 struct dm_block *b, in node_prepare_for_write() 38 struct dm_block *b, in node_check() 95 static int bn_read_lock(struct dm_btree_info *info, dm_block_t b, in bn_read_lock() 120 int unlock_block(struct dm_btree_info *info, struct dm_block *b) in unlock_block() 198 int shadow_step(struct shadow_spine *s, dm_block_t b, in shadow_step()
|
/linux-3.3/arch/mips/math-emu/ |
D | ieee754.c | 49 #define SPSTR(s, b, m) {m, b, s} argument 50 #define DPSTR(s, b, mh, ml) {ml, mh, b, s} argument 54 #define SPSTR(s, b, m) {s, b, m} argument 55 #define DPSTR(s, b, mh, ml) {s, b, mh, ml} argument
|
/linux-3.3/drivers/net/fddi/skfp/h/ |
D | cmtdef.h | 57 #define DB_PR(flag,a,b,c) { if (flag) printf(a,b,c) ; } argument 59 #define DB_PR(flag,a,b,c) argument 63 #define DB_ECM(a,b,c) DB_PR((smc->debug.d_smt&1),a,b,c) argument 64 #define DB_ECMN(n,a,b,c) DB_PR((smc->debug.d_ecm >=(n)),a,b,c) argument 65 #define DB_RMT(a,b,c) DB_PR((smc->debug.d_smt&2),a,b,c) argument 66 #define DB_RMTN(n,a,b,c) DB_PR((smc->debug.d_rmt >=(n)),a,b,c) argument 67 #define DB_CFM(a,b,c) DB_PR((smc->debug.d_smt&4),a,b,c) argument 68 #define DB_CFMN(n,a,b,c) DB_PR((smc->debug.d_cfm >=(n)),a,b,c) argument 69 #define DB_PCM(a,b,c) DB_PR((smc->debug.d_smt&8),a,b,c) argument 70 #define DB_PCMN(n,a,b,c) DB_PR((smc->debug.d_pcm >=(n)),a,b,c) argument [all …]
|
/linux-3.3/arch/x86/kernel/cpu/mcheck/ |
D | mce_amd.c | 79 struct threshold_block *b; member 86 static int lvt_off_valid(struct threshold_block *b, int apic, u32 lo, u32 hi) in lvt_off_valid() 147 static void mce_threshold_block_init(struct threshold_block *b, int offset) in mce_threshold_block_init() 171 struct threshold_block b; in mce_amd_feature_init() local 326 store_threshold_limit(struct threshold_block *b, const char *buf, size_t size) in store_threshold_limit() 357 struct threshold_block *b = tbcc->tb; in local_error_count_handler() local 364 static ssize_t show_error_count(struct threshold_block *b, char *buf) in show_error_count() 372 static ssize_t store_error_count(struct threshold_block *b, in store_error_count() 404 struct threshold_block *b = to_block(kobj); in show() local 416 struct threshold_block *b = to_block(kobj); in store() local [all …]
|
/linux-3.3/crypto/ |
D | twofish_generic.c | 58 #define G2(b) \ argument 67 #define ENCROUND(n, a, b, c, d) \ argument 74 #define DECROUND(n, a, b, c, d) \ argument 116 u32 a, b, c, d; in twofish_encrypt() local 153 u32 a, b, c, d; in twofish_decrypt() local
|
D | gf128mul.c | 128 u64 b = be64_to_cpu(x->b); in gf128mul_x_lle() local 138 u64 b = be64_to_cpu(x->b); in gf128mul_x_bbe() local 148 u64 b = le64_to_cpu(x->b); in gf128mul_x_ble() local 159 u64 b = be64_to_cpu(x->b); in gf128mul_x8_lle() local 169 u64 b = be64_to_cpu(x->b); in gf128mul_x8_bbe() local 176 void gf128mul_lle(be128 *r, const be128 *b) in gf128mul_lle() 214 void gf128mul_bbe(be128 *r, const be128 *b) in gf128mul_bbe()
|
D | twofish_common.c | 482 #define CALC_S(a, b, c, d, i, w, x, y, z) \ argument 497 #define CALC_SB_2(i, a, b) \ argument 505 #define CALC_SB192_2(i, a, b) \ argument 513 #define CALC_SB256_2(i, a, b) \ argument 543 #define CALC_K_2(a, b, c, d, j) \ argument 556 #define CALC_K192_2(a, b, c, d, j) \ argument 569 #define CALC_K256_2(a, b, j) \ argument
|
/linux-3.3/include/linux/mtd/ |
D | ftl.h | 63 #define BLOCK_FREE(b) ((b) == 0xffffffff) argument 64 #define BLOCK_DELETED(b) (((b) == 0) || ((b) == 0xfffffffe)) argument 66 #define BLOCK_TYPE(b) ((b) & 0x7f) argument 67 #define BLOCK_ADDRESS(b) ((b) & ~0x7f) argument 68 #define BLOCK_NUMBER(b) ((b) >> 9) argument
|
/linux-3.3/fs/xfs/ |
D | xfs_linux.h | 155 #define MIN(a,b) (min(a,b)) argument 156 #define MAX(a,b) (max(a,b)) argument 173 static inline __u32 xfs_do_div(void *a, __u32 b, int n) in xfs_do_div() 204 static inline __u32 xfs_do_mod(void *a, __u32 b, int n) in xfs_do_mod() 229 static inline __u32 xfs_do_div(void *a, __u32 b, int n) in xfs_do_div() 248 static inline __u32 xfs_do_mod(void *a, __u32 b, int n) in xfs_do_mod() 266 #define do_div(a, b) xfs_do_div(&(a), (b), sizeof(a)) argument 267 #define do_mod(a, b) xfs_do_mod(&(a), (b), sizeof(a)) argument
|
D | xfs_rtalloc.h | 58 #define XFS_RTMIN(a,b) ((a) < (b) ? (a) : (b)) argument 59 #define XFS_RTMAX(a,b) ((a) > (b) ? (a) : (b)) argument 65 #define XFS_RTBLOCKLOG(b) xfs_highbit64(b) argument 67 #define XFS_RTBLOCKLOG(b) xfs_highbit32(b) argument 146 # define xfs_rtallocate_extent(t,b,min,max,l,a,f,p,rb) (ENOSYS) argument 147 # define xfs_rtfree_extent(t,b,l) (ENOSYS) argument
|
/linux-3.3/drivers/video/matrox/ |
D | i2c-matroxfb.c | 72 struct i2c_bit_adapter* b = data; in matroxfb_gpio_setsda() local 77 struct i2c_bit_adapter* b = data; in matroxfb_gpio_setscl() local 82 struct i2c_bit_adapter* b = data; in matroxfb_gpio_getsda() local 87 struct i2c_bit_adapter* b = data; in matroxfb_gpio_getscl() local 101 static int i2c_bus_reg(struct i2c_bit_adapter* b, struct matrox_fb_info* minfo, in i2c_bus_reg() 124 static void i2c_bit_bus_del(struct i2c_bit_adapter* b) { in i2c_bit_bus_del()
|
/linux-3.3/include/linux/pinctrl/ |
D | machine.h | 58 #define PINMUX_MAP(a, b, c, d) \ argument 65 #define PINMUX_MAP_SYS(a, b, c) \ argument 72 #define PINMUX_MAP_SYS_HOG(a, b, c) \ argument 81 #define PINMUX_MAP_SYS_HOG_GROUP(a, b, c, d) \ argument
|
/linux-3.3/drivers/watchdog/ |
D | it87_wdt.c | 116 #define CIR_DR(b) (b) argument 117 #define CIR_IER(b) (b + 1) argument 118 #define CIR_RCR(b) (b + 2) argument 119 #define CIR_TCR1(b) (b + 3) argument 120 #define CIR_TCR2(b) (b + 4) argument 121 #define CIR_TSR(b) (b + 5) argument 122 #define CIR_RSR(b) (b + 6) argument 123 #define CIR_BDLR(b) (b + 5) argument 124 #define CIR_BDHR(b) (b + 6) argument 125 #define CIR_IIR(b) (b + 7) argument
|
/linux-3.3/include/linux/ |
D | uuid.h | 28 __u8 b[16]; member 32 __u8 b[16]; member 35 #define UUID_LE(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument 42 #define UUID_BE(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
|
/linux-3.3/include/asm-generic/ |
D | io.h | 61 static inline void __raw_writeb(u8 b, volatile void __iomem *addr) in __raw_writeb() 68 static inline void __raw_writew(u16 b, volatile void __iomem *addr) in __raw_writew() 75 static inline void __raw_writel(u32 b, volatile void __iomem *addr) in __raw_writel() 82 #define writew(b,addr) __raw_writew(__cpu_to_le16(b),addr) argument 83 #define writel(b,addr) __raw_writel(__cpu_to_le32(b),addr) argument 92 static inline void __raw_writeq(u64 b, volatile void __iomem *addr) in __raw_writeq() 96 #define writeq(b,addr) __raw_writeq(__cpu_to_le64(b),addr) argument 123 static inline void outb(u8 b, unsigned long addr) in outb() 128 static inline void outw(u16 b, unsigned long addr) in outw() 133 static inline void outl(u32 b, unsigned long addr) in outl() [all …]
|
/linux-3.3/fs/ntfs/ |
D | mst.c | 42 int post_read_mst_fixup(NTFS_RECORD *b, const u32 size) in post_read_mst_fixup() 123 int pre_write_mst_fixup(NTFS_RECORD *b, const u32 size) in pre_write_mst_fixup() 179 void post_write_mst_fixup(NTFS_RECORD *b) in post_write_mst_fixup()
|
/linux-3.3/arch/sh/kernel/cpu/sh4/ |
D | softfloat.c | 224 static float64 subFloat64Sigs(float64 a, float64 b, flag zSign) in subFloat64Sigs() 285 static float64 addFloat64Sigs(float64 a, float64 b, flag zSign) in addFloat64Sigs() 454 static float32 subFloat32Sigs(float32 a, float32 b, flag zSign) in subFloat32Sigs() 516 static float32 addFloat32Sigs(float32 a, float32 b, flag zSign) in addFloat32Sigs() 573 float64 float64_sub(float64 a, float64 b) in float64_sub() 587 float32 float32_sub(float32 a, float32 b) in float32_sub() 601 float32 float32_add(float32 a, float32 b) in float32_add() 615 float64 float64_add(float64 a, float64 b) in float64_add() 656 static bits64 estimateDiv128To64(bits64 a0, bits64 a1, bits64 b) in estimateDiv128To64() 682 void mul64To128(bits64 a, bits64 b, bits64 * z0Ptr, bits64 * z1Ptr) in mul64To128() [all …]
|
/linux-3.3/arch/arm/nwfpe/ |
D | softfloat.h | 238 static inline flag float32_eq_nocheck(float32 a, float32 b) in float32_eq_nocheck() 243 static inline flag float32_lt_nocheck(float32 a, float32 b) in float32_lt_nocheck() 259 static inline flag float64_eq_nocheck(float64 a, float64 b) in float64_eq_nocheck() 264 static inline flag float64_lt_nocheck(float64 a, float64 b) in float64_lt_nocheck()
|