Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 2845) sorted by relevance

12345678910>>...114

/openbmc/linux/drivers/iommu/
H A Dmsm_iommu_hw-8xxx.h20 #define SET_GLOBAL_REG_N(b, n, r, v) SET_GLOBAL_REG(b, ((r) + (n << 2)), (v)) argument
21 #define GET_GLOBAL_REG_N(b, n, r) GET_GLOBAL_REG(b, ((r) + (n << 2))) argument
24 #define GET_GLOBAL_FIELD(b, r, F) GET_FIELD(((b) + (r)), F##_MASK, F##_SHIFT) argument
25 #define GET_CONTEXT_FIELD(b, c, r, F) \ argument
28 #define SET_GLOBAL_FIELD(b, r, F, v) \ argument
30 #define SET_CONTEXT_FIELD(b, c, r, F, v) \ argument
84 #define SET_M2VCBR_N(b, N, v) SET_GLOBAL_REG_N(M2VCBR_N, N, (b), (v)) argument
85 #define SET_CBACR_N(b, N, v) SET_GLOBAL_REG_N(CBACR_N, N, (b), (v)) argument
86 #define SET_TLBRSW(b, v) SET_GLOBAL_REG(TLBRSW, (b), (v)) argument
87 #define SET_TLBTR0(b, v) SET_GLOBAL_REG(TLBTR0, (b), (v)) argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dhighlight.pack.js2 !function(e){var n="object"==typeof window&&window||"object"==typeof self&&self;"undefined"!=typeof… property in AnonymousFunctioneac6a7182f00.AnonymousClasseac6a7184001
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_breadcrumbs.c19 static bool irq_enable(struct intel_breadcrumbs *b) in irq_enable()
24 static void irq_disable(struct intel_breadcrumbs *b) in irq_disable()
29 static void __intel_breadcrumbs_arm_irq(struct intel_breadcrumbs *b) in __intel_breadcrumbs_arm_irq()
51 static void intel_breadcrumbs_arm_irq(struct intel_breadcrumbs *b) in intel_breadcrumbs_arm_irq()
62 static void __intel_breadcrumbs_disarm_irq(struct intel_breadcrumbs *b) in __intel_breadcrumbs_disarm_irq()
72 static void intel_breadcrumbs_disarm_irq(struct intel_breadcrumbs *b) in intel_breadcrumbs_disarm_irq()
80 static void add_signaling_context(struct intel_breadcrumbs *b, in add_signaling_context()
90 static bool remove_signaling_context(struct intel_breadcrumbs *b, in remove_signaling_context()
152 static void add_retire(struct intel_breadcrumbs *b, struct intel_timeline *tl) in add_retire()
167 struct intel_breadcrumbs *b = container_of(work, typeof(*b), irq_work); in signal_irq_work() local
[all …]
/openbmc/qemu/include/qemu/
H A Dint128.h72 static inline Int128 int128_and(Int128 a, Int128 b) in int128_and()
77 static inline Int128 int128_or(Int128 a, Int128 b) in int128_or()
82 static inline Int128 int128_xor(Int128 a, Int128 b) in int128_xor()
102 static inline Int128 int128_add(Int128 a, Int128 b) in int128_add()
112 static inline Int128 int128_sub(Int128 a, Int128 b) in int128_sub()
122 static inline bool int128_eq(Int128 a, Int128 b) in int128_eq()
127 static inline bool int128_ne(Int128 a, Int128 b) in int128_ne()
132 static inline bool int128_ge(Int128 a, Int128 b) in int128_ge()
137 static inline bool int128_uge(Int128 a, Int128 b) in int128_uge()
142 static inline bool int128_lt(Int128 a, Int128 b) in int128_lt()
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/
H A Dmath_support.h32 #define IMPLIES(a, b) (!(a) || (b)) argument
36 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
37 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument
39 #define ROUND_DIV(a, b) (((b) != 0) ? ((a) + ((b) >> 1)) / (b) : 0) argument
40 #define CEIL_DIV(a, b) (((b) != 0) ? ((a) + (b) - 1) / (b) : 0) argument
41 #define CEIL_MUL(a, b) (CEIL_DIV(a, b) * (b)) argument
42 #define CEIL_MUL2(a, b) (((a) + (b) - 1) & ~((b) - 1)) argument
43 #define CEIL_SHIFT(a, b) (((a) + (1 << (b)) - 1) >> (b)) argument
44 #define CEIL_SHIFT_MUL(a, b) (CEIL_SHIFT(a, b) << (b)) argument
45 #define ROUND_HALF_DOWN_DIV(a, b) (((b) != 0) ? ((a) + (b / 2) - 1) / (b) : 0) argument
[all …]
/openbmc/rest-dbus/resources/
H A Djquery.min.js2 !function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b… argument
4 return!0}function Q(a,b,d,e){if(m.acceptData(a)){var f,g,h=m.expando,i=a.nodeType,j=i?m.cache:a,k=i… argument
5 return new Za.prototype.init(a,b,c,d,e)}m.Tween=Za,Za.prototype={constructor:Za,init:function(a,b,c… argument
H A Djstree.min.js2 …e&&module.exports?module.exports=a(require("jquery")):a(jQuery)}(function(a,b){"use strict";a.jstr… argument
3 c||(k=b.children(".jstree-children")[0]),r=b.children(".jstree-anchor")[0]===i.activeElement,b.remo… argument
4 this._data.core.themes.name=b,this.element.addClass("jstree-"+b),this.element[this.settings.core.th… argument
5 if(this.settings.dnd.large_drag_target&&a(b.target).closest(".jstree-node")[0]!==b.currentTarget)re… class
/openbmc/linux/net/ceph/crush/
H A Dcrush.c27 int crush_get_bucket_item_weight(const struct crush_bucket *b, int p) in crush_get_bucket_item_weight()
47 void crush_destroy_bucket_uniform(struct crush_bucket_uniform *b) in crush_destroy_bucket_uniform()
53 void crush_destroy_bucket_list(struct crush_bucket_list *b) in crush_destroy_bucket_list()
61 void crush_destroy_bucket_tree(struct crush_bucket_tree *b) in crush_destroy_bucket_tree()
68 void crush_destroy_bucket_straw(struct crush_bucket_straw *b) in crush_destroy_bucket_straw()
76 void crush_destroy_bucket_straw2(struct crush_bucket_straw2 *b) in crush_destroy_bucket_straw2()
83 void crush_destroy_bucket(struct crush_bucket *b) in crush_destroy_bucket()
112 __s32 b; in crush_destroy() local
123 __u32 b; in crush_destroy() local
/openbmc/linux/drivers/crypto/cavium/cpt/
H A Dcpt_common.h49 #define CPTX_PF_MBOX_INTX(a, b) \ argument
51 #define CPTX_PF_MBOX_INT_W1SX(a, b) \ argument
53 #define CPTX_PF_MBOX_ENA_W1CX(a, b) \ argument
55 #define CPTX_PF_MBOX_ENA_W1SX(a, b) \ argument
61 #define CPTX_PF_GX_EN(a, b) \ argument
83 #define CPTX_PF_EXE_DBG_CNTX(a, b) \ argument
86 #define CPTX_PF_EXE_EPCI_INBX_CNT(a, b) \ argument
88 #define CPTX_PF_EXE_EPCI_OUTBX_CNT(a, b) \ argument
90 #define CPTX_PF_ENGX_UCODE_BASE(a, b) \ argument
92 #define CPTX_PF_QX_CTL(a, b) \ argument
[all …]
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_reg_defs.h18 #define _PIPE(pipe, a, b) _PICK_EVEN(pipe, a, b) argument
19 #define _PLANE(plane, a, b) _PICK_EVEN(plane, a, b) argument
20 #define _TRANS(tran, a, b) _PICK_EVEN(tran, a, b) argument
21 #define _PORT(port, a, b) _PICK_EVEN(port, a, b) argument
22 #define _PLL(pll, a, b) _PICK_EVEN(pll, a, b) argument
23 #define _PHY(phy, a, b) _PICK_EVEN(phy, a, b) argument
25 #define _MMIO_PIPE(pipe, a, b) _MMIO(_PIPE(pipe, a, b)) argument
26 #define _MMIO_PLANE(plane, a, b) _MMIO(_PLANE(plane, a, b)) argument
27 #define _MMIO_TRANS(tran, a, b) _MMIO(_TRANS(tran, a, b)) argument
28 #define _MMIO_PORT(port, a, b) _MMIO(_PORT(port, a, b)) argument
[all …]
/openbmc/linux/arch/sparc/crypto/
H A Dopcodes.h18 #define CRC32C(a,b,c) \ argument
30 #define AES_EROUND01(a,b,c,d) \ argument
32 #define AES_EROUND23(a,b,c,d) \ argument
34 #define AES_DROUND01(a,b,c,d) \ argument
36 #define AES_DROUND23(a,b,c,d) \ argument
38 #define AES_EROUND01_L(a,b,c,d) \ argument
40 #define AES_EROUND23_L(a,b,c,d) \ argument
42 #define AES_DROUND01_L(a,b,c,d) \ argument
44 #define AES_DROUND23_L(a,b,c,d) \ argument
46 #define AES_KEXPAND1(a,b,c,d) \ argument
[all …]
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h310 static inline bool float16_eq(float16 a, float16 b, float_status *s) in float16_eq()
315 static inline bool float16_le(float16 a, float16 b, float_status *s) in float16_le()
320 static inline bool float16_lt(float16 a, float16 b, float_status *s) in float16_lt()
325 static inline bool float16_unordered(float16 a, float16 b, float_status *s) in float16_unordered()
330 static inline bool float16_eq_quiet(float16 a, float16 b, float_status *s) in float16_eq_quiet()
335 static inline bool float16_le_quiet(float16 a, float16 b, float_status *s) in float16_le_quiet()
340 static inline bool float16_lt_quiet(float16 a, float16 b, float_status *s) in float16_lt_quiet()
345 static inline bool float16_unordered_quiet(float16 a, float16 b, in float16_unordered_quiet()
504 static inline bool bfloat16_eq(bfloat16 a, bfloat16 b, float_status *s) in bfloat16_eq()
509 static inline bool bfloat16_le(bfloat16 a, bfloat16 b, float_status *s) in bfloat16_le()
[all …]
/openbmc/linux/drivers/md/
H A Ddm-cache-background-tracker.c29 struct background_tracker *b = kmalloc(sizeof(*b), GFP_KERNEL); in btracker_create() local
50 void btracker_destroy(struct background_tracker *b) in btracker_destroy()
75 static bool __insert_pending(struct background_tracker *b, in __insert_pending()
104 static struct bt_work *__find_pending(struct background_tracker *b, in __find_pending()
129 static void update_stats(struct background_tracker *b, struct policy_work *w, int delta) in update_stats()
146 unsigned int btracker_nr_writebacks_queued(struct background_tracker *b) in btracker_nr_writebacks_queued()
152 unsigned int btracker_nr_demotions_queued(struct background_tracker *b) in btracker_nr_demotions_queued()
158 static bool max_work_reached(struct background_tracker *b) in max_work_reached()
165 static struct bt_work *alloc_work(struct background_tracker *b) in alloc_work()
173 int btracker_queue(struct background_tracker *b, in btracker_queue()
[all …]
H A Ddm-cache-block-types.h25 static inline dm_oblock_t to_oblock(dm_block_t b) in to_oblock()
30 static inline dm_block_t from_oblock(dm_oblock_t b) in from_oblock()
35 static inline dm_cblock_t to_cblock(uint32_t b) in to_cblock()
40 static inline uint32_t from_cblock(dm_cblock_t b) in from_cblock()
45 static inline dm_dblock_t to_dblock(dm_block_t b) in to_dblock()
50 static inline dm_block_t from_dblock(dm_dblock_t b) in from_dblock()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dpci_io.h27 #define pci_readb(addr,b) ((b) = *(volatile u8 *) (addr)) argument
28 #define pci_writeb(b,addr) ((*(volatile u8 *) (addr)) = (b)) argument
31 #define pci_readw(addr,b) ((b) = *(volatile u16 *) (addr)) argument
32 #define pci_readl(addr,b) ((b) = *(volatile u32 *) (addr)) argument
33 #define pci_writew(b,addr) ((*(volatile u16 *) (addr)) = (b)) argument
34 #define pci_writel(b,addr) ((*(volatile u32 *) (addr)) = (b)) argument
36 #define pci_readw(addr,b) pci_read_le16((volatile u16 *)(addr),(b)) argument
37 #define pci_readl(addr,b) pci_read_le32((volatile u32 *)(addr),(b)) argument
38 #define pci_writew(b,addr) pci_write_le16((volatile u16 *)(addr),(b)) argument
39 #define pci_writel(b,addr) pci_write_le32((volatile u32 *)(addr),(b)) argument
/openbmc/linux/drivers/misc/
H A Dvmw_balloon.c415 static inline void vmballoon_stats_op_inc(struct vmballoon *b, unsigned int op, in vmballoon_stats_op_inc()
422 static inline void vmballoon_stats_gen_inc(struct vmballoon *b, in vmballoon_stats_gen_inc()
429 static inline void vmballoon_stats_gen_add(struct vmballoon *b, in vmballoon_stats_gen_add()
437 static inline void vmballoon_stats_page_inc(struct vmballoon *b, in vmballoon_stats_page_inc()
445 static inline void vmballoon_stats_page_add(struct vmballoon *b, in vmballoon_stats_page_add()
455 __vmballoon_cmd(struct vmballoon *b, unsigned long cmd, unsigned long arg1, in __vmballoon_cmd()
501 vmballoon_cmd(struct vmballoon *b, unsigned long cmd, unsigned long arg1, in vmballoon_cmd()
513 static int vmballoon_send_start(struct vmballoon *b, unsigned long req_caps) in vmballoon_send_start()
557 static int vmballoon_send_guest_id(struct vmballoon *b) in vmballoon_send_guest_id()
630 static int vmballoon_send_get_target(struct vmballoon *b) in vmballoon_send_get_target()
[all …]
/openbmc/linux/drivers/md/bcache/
H A Dbtree.c104 #define insert_lock(s, b) ((b)->level <= (s)->lock) argument
107 static inline struct bset *write_block(struct btree *b) in write_block()
112 static void bch_btree_init_next(struct btree *b) in bch_btree_init_next()
139 static uint64_t btree_csum_set(struct btree *b, struct bset *i) in btree_csum_set()
148 void bch_btree_node_read_done(struct btree *b) in bch_btree_node_read_done()
243 static void bch_btree_node_read(struct btree *b) in bch_btree_node_read()
281 static void btree_complete_write(struct btree *b, struct btree_write *w) in btree_complete_write()
298 struct btree *b = container_of(cl, struct btree, io); in btree_node_write_unlock() local
305 struct btree *b = container_of(cl, struct btree, io); in __btree_node_write_done() local
320 struct btree *b = container_of(cl, struct btree, io); in btree_node_write_done() local
[all …]
H A Dalloc.c76 uint8_t bch_inc_gen(struct cache *ca, struct bucket *b) in bch_inc_gen()
89 struct bucket *b; in bch_rescale_priorities() local
125 static inline bool can_inc_bucket_gen(struct bucket *b) in can_inc_bucket_gen()
130 bool bch_can_invalidate_bucket(struct cache *ca, struct bucket *b) in bch_can_invalidate_bucket()
140 void __bch_invalidate_one_bucket(struct cache *ca, struct bucket *b) in __bch_invalidate_one_bucket()
153 static void bch_invalidate_one_bucket(struct cache *ca, struct bucket *b) in bch_invalidate_one_bucket()
169 #define bucket_prio(b) \ argument
181 struct bucket *b; in invalidate_buckets_lru() local
218 struct bucket *b; in invalidate_buckets_fifo() local
241 struct bucket *b; in invalidate_buckets_random() local
[all …]
/openbmc/qemu/include/ui/
H A Dpixel_ops.h2 unsigned int b) in rgb_to_pixel8()
8 unsigned int b) in rgb_to_pixel15()
14 unsigned int b) in rgb_to_pixel15bgr()
20 unsigned int b) in rgb_to_pixel16()
26 unsigned int b) in rgb_to_pixel16bgr()
32 unsigned int b) in rgb_to_pixel24()
38 unsigned int b) in rgb_to_pixel24bgr()
44 unsigned int b) in rgb_to_pixel32()
50 unsigned int b) in rgb_to_pixel32bgr()
/openbmc/qemu/include/sysemu/
H A Dtpm_util.h34 static inline uint16_t tpm_cmd_get_tag(const void *b) in tpm_cmd_get_tag()
39 static inline void tpm_cmd_set_tag(void *b, uint16_t tag) in tpm_cmd_set_tag()
44 static inline uint32_t tpm_cmd_get_size(const void *b) in tpm_cmd_get_size()
49 static inline void tpm_cmd_set_size(void *b, uint32_t size) in tpm_cmd_set_size()
54 static inline uint32_t tpm_cmd_get_ordinal(const void *b) in tpm_cmd_get_ordinal()
59 static inline uint32_t tpm_cmd_get_errcode(const void *b) in tpm_cmd_get_errcode()
64 static inline void tpm_cmd_set_error(void *b, uint32_t error) in tpm_cmd_set_error()
/openbmc/u-boot/arch/arc/lib/
H A Dlibgcc2.h61 #define __NW(a,b) __gnu_ ## a ## di ## b argument
62 #define __NDW(a,b) __gnu_ ## a ## ti ## b argument
64 #define __NW(a,b) __ ## a ## di ## b argument
65 #define __NDW(a,b) __ ## a ## ti ## b argument
76 #define __NW(a,b) __gnu_ ## a ## si ## b argument
77 #define __NDW(a,b) __gnu_ ## a ## di ## b argument
79 #define __NW(a,b) __ ## a ## si ## b argument
80 #define __NDW(a,b) __ ## a ## di ## b argument
91 #define __NW(a,b) __gnu_ ## a ## hi ## b argument
92 #define __NDW(a,b) __gnu_ ## a ## si ## b argument
[all …]
/openbmc/sdbusplus/src/
H A Dbus.cpp26 sd_bus* b = nullptr; in new_default() local
38 sd_bus* b = nullptr; in new_default_user() local
50 sd_bus* b = nullptr; in new_default_system() local
62 sd_bus* b = nullptr; in new_bus() local
76 sd_bus* b = nullptr; in new_user() local
90 sd_bus* b = nullptr; in new_system() local
101 bus::bus(busp_t b, sdbusplus::SdBusInterface* intf) : in bus()
115 bus::bus(busp_t b) : in bus()
130 bus::bus(busp_t b, std::false_type) : in bus()
/openbmc/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h323 #define ___PPC_RB(b) (((b) & 0x1f) << 11) argument
332 #define __PPC_RB(b) ___PPC_RB(__REG_##b) argument
336 #define __PPC_XB(b) ((((b) & 0x1f) << 11) | (((b) & 0x20) >> 4)) argument
375 #define PPC_RAW_COPY(a, b) (PPC_INST_COPY | ___PPC_RA(a) | ___PPC_RB(b)) argument
377 #define PPC_RAW_DCBAL(a, b) (0x7c2005ec | __PPC_RA(a) | __PPC_RB(b)) argument
378 #define PPC_RAW_DCBZL(a, b) (0x7c2007ec | __PPC_RA(a) | __PPC_RB(b)) argument
379 #define PPC_RAW_LQARX(t, a, b, eh) (0x7c000228 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | __PPC… argument
380 #define PPC_RAW_LDARX(t, a, b, eh) (0x7c0000a8 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | __PPC… argument
381 #define PPC_RAW_LWARX(t, a, b, eh) (0x7c000028 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | __PPC… argument
384 #define PPC_RAW_STQCX(t, a, b) (0x7c00016d | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b)) argument
[all …]
/openbmc/qemu/tcg/
H A Dtcg-op-vec.c153 TCGArg r, TCGArg a, TCGArg b) in vec_gen_3()
164 TCGArg r, TCGArg a, TCGArg b, TCGArg c) in vec_gen_4()
176 TCGArg a, TCGArg b, TCGArg c, TCGArg d, TCGArg e) in vec_gen_6()
201 TCGv_vec r, TCGv_vec a, TCGv_vec b) in vec_gen_op3()
256 void tcg_gen_dup_mem_vec(unsigned vece, TCGv_vec r, TCGv_ptr b, in tcg_gen_dup_mem_vec()
267 static void vec_gen_ldst(TCGOpcode opc, TCGv_vec r, TCGv_ptr b, TCGArg o) in vec_gen_ldst()
277 void tcg_gen_ld_vec(TCGv_vec r, TCGv_ptr b, TCGArg o) in tcg_gen_ld_vec()
282 void tcg_gen_st_vec(TCGv_vec r, TCGv_ptr b, TCGArg o) in tcg_gen_st_vec()
287 void tcg_gen_stl_vec(TCGv_vec r, TCGv_ptr b, TCGArg o, TCGType low_type) in tcg_gen_stl_vec()
299 void tcg_gen_and_vec(unsigned vece, TCGv_vec r, TCGv_vec a, TCGv_vec b) in tcg_gen_and_vec()
[all …]
/openbmc/qemu/target/loongarch/
H A Dvec.h33 #define DO_ADD(a, b) (a + b) argument
34 #define DO_SUB(a, b) (a - b) argument
35 #define DO_VAVG(a, b) ((a >> 1) + (b >> 1) + (a & b & 1)) argument
36 #define DO_VAVGR(a, b) ((a >> 1) + (b >> 1) + ((a | b) & 1)) argument
37 #define DO_VABSD(a, b) ((a > b) ? (a -b) : (b-a)) argument
39 #define DO_MIN(a, b) (a < b ? a : b) argument
40 #define DO_MAX(a, b) (a > b ? a : b) argument
41 #define DO_MUL(a, b) (a * b) argument
42 #define DO_MADD(a, b, c) (a + b * c) argument
43 #define DO_MSUB(a, b, c) (a - b * c) argument
[all …]

12345678910>>...114