/openbmc/linux/arch/microblaze/kernel/cpu/ |
H A D | mb.c | 28 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo() 143 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next() 149 static void c_stop(struct seq_file *m, void *v) in c_stop()
|
/openbmc/linux/fs/proc/ |
H A D | devices.c | 9 static int devinfo_show(struct seq_file *f, void *v) in devinfo_show() 36 static void *devinfo_next(struct seq_file *f, void *v, loff_t *pos) in devinfo_next() 44 static void devinfo_stop(struct seq_file *f, void *v) in devinfo_stop()
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | unwind.h | 199 unw_set_gr (struct unw_frame_info *i, int n, unsigned long v, char nat) in unw_set_gr() 205 unw_set_br (struct unw_frame_info *i, int n, unsigned long v) in unw_set_br() 211 unw_set_fr (struct unw_frame_info *i, int n, struct ia64_fpreg v) in unw_set_fr() 217 unw_set_ar (struct unw_frame_info *i, int n, unsigned long v) in unw_set_ar() 223 unw_set_pr (struct unw_frame_info *i, unsigned long v) in unw_set_pr() 228 #define unw_get_gr(i,n,v,nat) unw_access_gr(i,n,v,nat,0) argument 229 #define unw_get_br(i,n,v) unw_access_br(i,n,v,0) argument 230 #define unw_get_fr(i,n,v) unw_access_fr(i,n,v,0) argument 231 #define unw_get_ar(i,n,v) unw_access_ar(i,n,v,0) argument 232 #define unw_get_pr(i,v) unw_access_pr(i,v,0) argument
|
/openbmc/linux/kernel/locking/ |
H A D | lockdep_proc.c | 38 static void *l_next(struct seq_file *m, void *v, loff_t *pos) in l_next() 56 static void l_stop(struct seq_file *m, void *v) in l_stop() 77 static int l_show(struct seq_file *m, void *v) in l_show() 139 static void *lc_next(struct seq_file *m, void *v, loff_t *pos) in lc_next() 145 static void lc_stop(struct seq_file *m, void *v) in lc_stop() 149 static int lc_show(struct seq_file *m, void *v) in lc_show() 231 static int lockdep_stats_show(struct seq_file *m, void *v) in lockdep_stats_show() 612 static void *ls_next(struct seq_file *m, void *v, loff_t *pos) in ls_next() 618 static void ls_stop(struct seq_file *m, void *v) in ls_stop() 622 static int ls_show(struct seq_file *m, void *v) in ls_show()
|
/openbmc/linux/drivers/clk/ti/ |
H A D | dpll3xxx.c | 50 u32 v; in _omap3_dpll_write_clken() local 305 u32 v, ctrl, mod_freq_divider, exponent, mantissa; in omap3_noncore_dpll_ssc_program() local 388 u32 v; in omap3_noncore_dpll_program() local 731 u32 v; in omap3_dpll_autoidle_read() local 760 u32 v; in omap3_dpll_allow_idle() local 790 u32 v; in omap3_dpll_deny_idle() local 845 u32 v; in omap3_clkoutx2_recalc() local 880 u32 v; in omap3_core_dpll_save_context() local 909 u32 v; in omap3_core_dpll_restore_context() local 941 u32 v; in omap3_noncore_dpll_save_context() local
|
/openbmc/qemu/hw/display/ |
H A D | vga-helpers.h | 75 uint32_t font_data, xorcol, v; in vga_draw_glyph9() local 104 uint32_t plane_mask, *palette, data, v; in vga_draw_line2() local 137 #define PUT_PIXEL2(d, n, v) \ argument 146 uint32_t plane_mask, *palette, data, v; in vga_draw_line2d2() local 185 uint32_t plane_mask, data, v, *palette; in vga_draw_line4() local 223 uint32_t plane_mask, data, v, *palette; in vga_draw_line4d2() local 337 uint32_t v, r, g, b; in vga_draw_line15_le() local 356 uint32_t v, r, g, b; in vga_draw_line15_be() local 378 uint32_t v, r, g, b; in vga_draw_line16_le() local 397 uint32_t v, r, g, b; in vga_draw_line16_be() local
|
/openbmc/linux/fs/nfs/blocklayout/ |
H A D | dev.c | 238 struct pnfs_block_volume *v = &volumes[idx]; in bl_parse_simple() local 265 bl_validate_designator(struct pnfs_block_volume *v) in bl_validate_designator() 306 bl_open_path(struct pnfs_block_volume *v, const char *prefix) in bl_open_path() 331 struct pnfs_block_volume *v = &volumes[idx]; in bl_parse_scsi() local 386 struct pnfs_block_volume *v = &volumes[idx]; in bl_parse_slice() local 402 struct pnfs_block_volume *v = &volumes[idx]; in bl_parse_concat() local 431 struct pnfs_block_volume *v = &volumes[idx]; in bl_parse_stripe() local
|
/openbmc/linux/sound/sparc/ |
H A D | dbri.c | 395 #define D_SDP_MODE(v) ((v)&(7<<13)) argument 425 #define D_CHI_CHICM(v) ((v)<<16) /* Clock mode */ argument 445 #define D_NT_LLB(v) ((v)<<2) /* Local Loopback */ argument 456 #define D_TEST_SIZE(v) ((v)<<11) /* */ argument 496 #define D_INTR_GETCHAN(v) (((v) >> 24) & 0x3f) argument 497 #define D_INTR_GETCODE(v) (((v) >> 20) & 0xf) argument 498 #define D_INTR_GETCMD(v) (((v) >> 16) & 0xf) argument 499 #define D_INTR_GETVAL(v) ((v) & 0xffff) argument 500 #define D_INTR_GETRVAL(v) ((v) & 0xfffff) argument 542 #define DBRI_TD_FCNT(v) (v) /* Flag Count */ argument [all …]
|
/openbmc/qemu/target/riscv/ |
H A D | cpu.c | 1637 static void prop_pmu_num_set(Object *obj, Visitor *v, const char *name, in prop_pmu_num_set() 1727 static void prop_mmu_set(Object *obj, Visitor *v, const char *name, in prop_mmu_set() 1744 static void prop_mmu_get(Object *obj, Visitor *v, const char *name, in prop_mmu_get() 1758 static void prop_pmp_set(Object *obj, Visitor *v, const char *name, in prop_pmp_set() 1775 static void prop_pmp_get(Object *obj, Visitor *v, const char *name, in prop_pmp_get() 1894 static void prop_vlen_set(Object *obj, Visitor *v, const char *name, in prop_vlen_set() 1920 static void prop_vlen_get(Object *obj, Visitor *v, const char *name, in prop_vlen_get() 1934 static void prop_elen_set(Object *obj, Visitor *v, const char *name, in prop_elen_set() 1960 static void prop_elen_get(Object *obj, Visitor *v, const char *name, in prop_elen_get() 2114 static void prop_mimpid_set(Object *obj, Visitor *v, const char *name, in prop_mimpid_set() [all …]
|
/openbmc/u-boot/arch/riscv/include/asm/ |
H A D | io.h | 54 #define __arch_putl(v, a) (*(unsigned int *)(a) = (v)) argument 57 #define __raw_writeb(v, a) __arch_putb(v, a) argument 58 #define __raw_writew(v, a) __arch_putw(v, a) argument 59 #define __raw_writel(v, a) __arch_putl(v, a) argument 60 #define __raw_writeq(v, a) __arch_putq(v, a) argument 147 #define out_le32(a, v) out_arch(l, le32, a, v) argument 148 #define out_le16(a, v) out_arch(w, le16, a, v) argument 153 #define out_be32(a, v) out_arch(l, be32, a, v) argument 154 #define out_be16(a, v) out_arch(w, be16, a, v) argument 159 #define out_8(a, v) __raw_writeb(v, a) argument [all …]
|
/openbmc/linux/drivers/usb/dwc2/ |
H A D | debugfs.c | 126 static int state_show(struct seq_file *seq, void *v) in state_show() 183 static int fifo_show(struct seq_file *seq, void *v) in fifo_show() 225 static int ep_show(struct seq_file *seq, void *v) in ep_show() 667 static int params_show(struct seq_file *seq, void *v) in params_show() 727 static int hw_params_show(struct seq_file *seq, void *v) in hw_params_show() 762 static int dr_mode_show(struct seq_file *seq, void *v) in dr_mode_show()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | hashmap.c | 57 long oldv, v = 1024 + i; in test_hashmap_generic() local 94 long v = entry->value; in test_hashmap_generic() local 107 long oldv, v = 256 + i; in test_hashmap_generic() local 142 long v = entry->value; in test_hashmap_generic() local 165 long oldv, v; in test_hashmap_generic() local 199 long oldv, v; in test_hashmap_generic() local
|
/openbmc/linux/sound/soc/qcom/ |
H A D | lpass-cpu.c | 47 struct lpass_variant *v = drvdata->variant; in lpass_cpu_init_i2sctl_bitfields() local 491 struct lpass_variant *v = drvdata->variant; in lpass_cpu_regmap_writeable() local 533 struct lpass_variant *v = drvdata->variant; in lpass_cpu_regmap_readable() local 581 struct lpass_variant *v = drvdata->variant; in lpass_cpu_regmap_volatile() local 616 struct lpass_variant *v = drvdata->variant; in lpass_hdmi_init_bitfields() local 694 struct lpass_variant *v = drvdata->variant; in lpass_hdmi_regmap_writeable() local 739 struct lpass_variant *v = drvdata->variant; in lpass_hdmi_regmap_readable() local 788 struct lpass_variant *v = drvdata->variant; in lpass_hdmi_regmap_volatile() local 827 struct lpass_variant *v = drvdata->variant; in __lpass_rxtx_regmap_accessible() local 893 struct lpass_variant *v = drvdata->variant; in lpass_rxtx_regmap_volatile() local [all …]
|
/openbmc/linux/lib/ |
H A D | muldi3.c | 16 #define umul_ppmm(w1, w0, u, v) \ argument 42 #define __umulsidi3(u, v) ({ \ argument 49 long long notrace __muldi3(long long u, long long v) in __muldi3()
|
/openbmc/linux/arch/microblaze/lib/ |
H A D | muldi3.c | 14 #define umul_ppmm(w1, w0, u, v) \ argument 40 #define __umulsidi3(u, v) ({ \ argument 47 long long __muldi3(long long u, long long v) in __muldi3()
|
/openbmc/linux/arch/ia64/include/uapi/asm/ |
H A D | intrinsics.h | 36 #define IA64_FETCHADD(tmp,v,n,sz,sem) \ argument 52 #define ia64_fetchadd(i,v,sem) \ argument 78 #define ia64_fetch_and_add(i,v) (ia64_fetchadd(i, v, rel) + (i)) /* return new value */ argument
|
/openbmc/linux/include/linux/ceph/ |
H A D | pagelist.h | 42 static inline int ceph_pagelist_encode_64(struct ceph_pagelist *pl, u64 v) in ceph_pagelist_encode_64() 47 static inline int ceph_pagelist_encode_32(struct ceph_pagelist *pl, u32 v) in ceph_pagelist_encode_32() 52 static inline int ceph_pagelist_encode_16(struct ceph_pagelist *pl, u16 v) in ceph_pagelist_encode_16() 57 static inline int ceph_pagelist_encode_8(struct ceph_pagelist *pl, u8 v) in ceph_pagelist_encode_8()
|
/openbmc/linux/drivers/staging/rtl8192u/ |
H A D | r8192U_debugfs.c | 11 static int rtl8192_usb_stats_ap_show(struct seq_file *m, void *v) in rtl8192_usb_stats_ap_show() 30 static int rtl8192_usb_registers_show(struct seq_file *m, void *v) in rtl8192_usb_registers_show() 71 static int rtl8192_usb_stats_tx_show(struct seq_file *m, void *v) in rtl8192_usb_stats_tx_show() 130 static int rtl8192_usb_stats_rx_show(struct seq_file *m, void *v) in rtl8192_usb_stats_rx_show()
|
/openbmc/qemu/hw/cpu/ |
H A D | core.c | 17 static void core_prop_get_core_id(Object *obj, Visitor *v, const char *name, in core_prop_get_core_id() 26 static void core_prop_set_core_id(Object *obj, Visitor *v, const char *name, in core_prop_set_core_id() 44 static void core_prop_get_nr_threads(Object *obj, Visitor *v, const char *name, in core_prop_get_nr_threads() 53 static void core_prop_set_nr_threads(Object *obj, Visitor *v, const char *name, in core_prop_set_nr_threads()
|
/openbmc/linux/net/l2tp/ |
H A D | l2tp_debugfs.c | 95 static void *l2tp_dfs_seq_next(struct seq_file *m, void *v, loff_t *pos) in l2tp_dfs_seq_next() 101 static void l2tp_dfs_seq_stop(struct seq_file *p, void *v) in l2tp_dfs_seq_stop() 121 static void l2tp_dfs_seq_tunnel_show(struct seq_file *m, void *v) in l2tp_dfs_seq_tunnel_show() 177 static void l2tp_dfs_seq_session_show(struct seq_file *m, void *v) in l2tp_dfs_seq_session_show() 231 static int l2tp_dfs_seq_show(struct seq_file *m, void *v) in l2tp_dfs_seq_show()
|
/openbmc/qemu/audio/ |
H A D | mixeng.c | 35 #define ENDIAN_CONVERT(v) (v) argument 76 #define ENDIAN_CONVERT(v) (v) argument 81 #define ENDIAN_CONVERT(v) bswap16 (v) argument 99 #define ENDIAN_CONVERT(v) (v) argument 104 #define ENDIAN_CONVERT(v) bswap16 (v) argument 122 #define ENDIAN_CONVERT(v) (v) argument 127 #define ENDIAN_CONVERT(v) bswap32 (v) argument 145 #define ENDIAN_CONVERT(v) (v) argument 150 #define ENDIAN_CONVERT(v) bswap32 (v) argument
|
/openbmc/u-boot/arch/nds32/include/asm/ |
H A D | io.h | 72 #define __arch_putl(v, a) (*(unsigned int *)(a) = (v)) argument 82 #define __raw_writeb(v, a) __arch_putb(v, a) argument 83 #define __raw_writew(v, a) __arch_putw(v, a) argument 84 #define __raw_writel(v, a) __arch_putl(v, a) argument 160 #define out_le32(a, v) out_arch(l, le32, a, v) argument 161 #define out_le16(a, v) out_arch(w, le16, a, v) argument 166 #define out_be32(a, v) out_arch(l, be32, a, v) argument 167 #define out_be16(a, v) out_arch(w, be16, a, v) argument 172 #define out_8(a, v) __raw_writeb(v, a) argument 243 #define outb(v, p) __raw_writeb(v, __io(p)) argument [all …]
|
/openbmc/linux/net/sctp/ |
H A D | objcnt.c | 62 static int sctp_objcnt_seq_show(struct seq_file *seq, void *v) in sctp_objcnt_seq_show() 79 static void sctp_objcnt_seq_stop(struct seq_file *seq, void *v) in sctp_objcnt_seq_stop() 83 static void *sctp_objcnt_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sctp_objcnt_seq_next()
|
/openbmc/linux/arch/csky/kernel/ |
H A D | cpu-probe.c | 46 static int c_show(struct seq_file *m, void *v) in c_show() 66 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next() 72 static void c_stop(struct seq_file *m, void *v) {} in c_stop()
|
/openbmc/telemetry/tests/src/ |
H A D | test_transform.cpp | 15 utils::transform(input, [](int v) { return std::to_string(v); }); in TEST() 25 utils::transform(input, [](int v) { return std::to_string(v); }); in TEST() 35 input, [](int v) { return std::to_string(v); }); in TEST()
|