/openbmc/linux/arch/x86/um/shared/sysdep/ |
H A D | ptrace.h | 11 #define REGS_IP(r) ((r)[HOST_IP]) argument 12 #define REGS_SP(r) ((r)[HOST_SP]) argument 13 #define REGS_EFLAGS(r) ((r)[HOST_EFLAGS]) argument 14 #define REGS_AX(r) ((r)[HOST_AX]) argument 15 #define REGS_BX(r) ((r)[HOST_BX]) argument 16 #define REGS_CX(r) ((r)[HOST_CX]) argument 17 #define REGS_DX(r) ((r)[HOST_DX]) argument 18 #define REGS_SI(r) ((r)[HOST_SI]) argument 19 #define REGS_DI(r) ((r)[HOST_DI]) argument 20 #define REGS_BP(r) ((r)[HOST_BP]) argument [all …]
|
H A D | ptrace_64.h | 13 #define REGS_R8(r) ((r)[HOST_R8]) argument 14 #define REGS_R9(r) ((r)[HOST_R9]) argument 15 #define REGS_R10(r) ((r)[HOST_R10]) argument 16 #define REGS_R11(r) ((r)[HOST_R11]) argument 17 #define REGS_R12(r) ((r)[HOST_R12]) argument 18 #define REGS_R13(r) ((r)[HOST_R13]) argument 19 #define REGS_R14(r) ((r)[HOST_R14]) argument 20 #define REGS_R15(r) ((r)[HOST_R15]) argument 44 #define UPT_R8(r) REGS_R8((r)->gp) argument 45 #define UPT_R9(r) REGS_R9((r)->gp) argument [all …]
|
/openbmc/linux/arch/x86/um/asm/ |
H A D | ptrace.h | 11 #define user_mode(r) UPT_IS_USER(&(r)->regs) argument 13 #define PT_REGS_AX(r) UPT_AX(&(r)->regs) argument 14 #define PT_REGS_BX(r) UPT_BX(&(r)->regs) argument 15 #define PT_REGS_CX(r) UPT_CX(&(r)->regs) argument 16 #define PT_REGS_DX(r) UPT_DX(&(r)->regs) argument 18 #define PT_REGS_SI(r) UPT_SI(&(r)->regs) argument 19 #define PT_REGS_DI(r) UPT_DI(&(r)->regs) argument 20 #define PT_REGS_BP(r) UPT_BP(&(r)->regs) argument 21 #define PT_REGS_EFLAGS(r) UPT_EFLAGS(&(r)->regs) argument 23 #define PT_REGS_CS(r) UPT_CS(&(r)->regs) argument [all …]
|
/openbmc/linux/include/linux/ |
H A D | ptr_ring.h | 49 static inline bool __ptr_ring_full(struct ptr_ring *r) in __ptr_ring_full() 54 static inline bool ptr_ring_full(struct ptr_ring *r) in ptr_ring_full() 65 static inline bool ptr_ring_full_irq(struct ptr_ring *r) in ptr_ring_full_irq() 76 static inline bool ptr_ring_full_any(struct ptr_ring *r) in ptr_ring_full_any() 88 static inline bool ptr_ring_full_bh(struct ptr_ring *r) in ptr_ring_full_bh() 104 static inline int __ptr_ring_produce(struct ptr_ring *r, void *ptr) in __ptr_ring_produce() 124 static inline int ptr_ring_produce(struct ptr_ring *r, void *ptr) in ptr_ring_produce() 135 static inline int ptr_ring_produce_irq(struct ptr_ring *r, void *ptr) in ptr_ring_produce_irq() 146 static inline int ptr_ring_produce_any(struct ptr_ring *r, void *ptr) in ptr_ring_produce_any() 158 static inline int ptr_ring_produce_bh(struct ptr_ring *r, void *ptr) in ptr_ring_produce_bh() [all …]
|
H A D | refcount.h | 134 static inline void refcount_set(refcount_t *r, int n) in refcount_set() 145 static inline unsigned int refcount_read(const refcount_t *r) in refcount_read() 150 static inline __must_check bool __refcount_add_not_zero(int i, refcount_t *r, int *oldp) in __refcount_add_not_zero() 186 static inline __must_check bool refcount_add_not_zero(int i, refcount_t *r) in refcount_add_not_zero() 191 static inline void __refcount_add(int i, refcount_t *r, int *oldp) in __refcount_add() 220 static inline void refcount_add(int i, refcount_t *r) in refcount_add() 225 static inline __must_check bool __refcount_inc_not_zero(refcount_t *r, int *oldp) in __refcount_inc_not_zero() 243 static inline __must_check bool refcount_inc_not_zero(refcount_t *r) in refcount_inc_not_zero() 248 static inline void __refcount_inc(refcount_t *r, int *oldp) in __refcount_inc() 265 static inline void refcount_inc(refcount_t *r) in refcount_inc() [all …]
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | kvm_hyp.h | 27 #define read_sysreg_el0(r) read_sysreg_s(r##_EL02) argument 28 #define write_sysreg_el0(v,r) write_sysreg_s(v, r##_EL02) argument 29 #define read_sysreg_el1(r) read_sysreg_s(r##_EL12) argument 30 #define write_sysreg_el1(v,r) write_sysreg_s(v, r##_EL12) argument 31 #define read_sysreg_el2(r) read_sysreg_s(r##_EL1) argument 32 #define write_sysreg_el2(v,r) write_sysreg_s(v, r##_EL1) argument 42 #define read_sysreg_elx(r,nvh,vh) \ argument 52 #define write_sysreg_elx(v,r,nvh,vh) \ argument 61 #define read_sysreg_el0(r) read_sysreg_elx(r, _EL0, _EL02) argument 62 #define write_sysreg_el0(v,r) write_sysreg_elx(v, r, _EL0, _EL02) argument [all …]
|
/openbmc/linux/drivers/gpu/drm/exynos/ |
H A D | regs-scaler.h | 79 #define _SCALER_HCOEF_DELTA(r, c) ((r) * 0x10 + (c) * 0x4) argument 80 #define _SCALER_VCOEF_DELTA(r, c) ((r) * 0x8 + (c) * 0x4) argument 82 #define SCALER_YHCOEF(r, c) (0x60 + _SCALER_HCOEF_DELTA((r), (c))) argument 83 #define SCALER_YVCOEF(r, c) (0xf0 + _SCALER_VCOEF_DELTA((r), (c))) argument 84 #define SCALER_CHCOEF(r, c) (0x140 + _SCALER_HCOEF_DELTA((r), (c))) argument 85 #define SCALER_CVCOEF(r, c) (0x1d0 + _SCALER_VCOEF_DELTA((r), (c))) argument 205 #define SCALER_SRC_CFG_GET_BYTE_SWAP(r) SCALER_GET(r, 6, 5) argument 207 #define SCALER_SRC_CFG_GET_COLOR_FORMAT(r) SCALER_GET(r, 4, 0) argument 231 #define SCALER_SRC_SPAN_GET_C_SPAN(r) SCALER_GET(r, 29, 16) argument 233 #define SCALER_SRC_SPAN_GET_Y_SPAN(r) SCALER_GET(r, 13, 0) argument [all …]
|
/openbmc/qemu/tcg/ |
H A D | tcg-op-vec.c | 143 void vec_gen_2(TCGOpcode opc, TCGType type, unsigned vece, TCGArg r, TCGArg a) in vec_gen_2() 153 TCGArg r, TCGArg a, TCGArg b) in vec_gen_3() 164 TCGArg r, TCGArg a, TCGArg b, TCGArg c) in vec_gen_4() 175 void vec_gen_6(TCGOpcode opc, TCGType type, unsigned vece, TCGArg r, in vec_gen_6() 189 static void vec_gen_op2(TCGOpcode opc, unsigned vece, TCGv_vec r, TCGv_vec a) in vec_gen_op2() 201 TCGv_vec r, TCGv_vec a, TCGv_vec b) in vec_gen_op3() 214 void tcg_gen_mov_vec(TCGv_vec r, TCGv_vec a) in tcg_gen_mov_vec() 221 void tcg_gen_dupi_vec(unsigned vece, TCGv_vec r, uint64_t a) in tcg_gen_dupi_vec() 227 void tcg_gen_dup_i64_vec(unsigned vece, TCGv_vec r, TCGv_i64 a) in tcg_gen_dup_i64_vec() 246 void tcg_gen_dup_i32_vec(unsigned vece, TCGv_vec r, TCGv_i32 a) in tcg_gen_dup_i32_vec() [all …]
|
/openbmc/linux/sound/soc/uniphier/ |
H A D | aio-core.c | 86 struct regmap *r = chip->regmap_sg; in aio_iecout_set_enable() local 109 struct regmap *r = chip->regmap; in aio_chip_set_pll() local 167 struct regmap *r = chip->regmap; in aio_chip_init() local 203 struct regmap *r = sub->aio->chip->regmap; in aio_init() local 252 struct regmap *r = sub->aio->chip->regmap; in aio_port_reset() local 279 struct regmap *r = sub->aio->chip->regmap; in aio_port_set_ch() local 332 struct regmap *r = sub->aio->chip->regmap; in aio_port_set_rate() local 451 struct regmap *r = sub->aio->chip->regmap; in aio_port_set_fmt() local 518 struct regmap *r = sub->aio->chip->regmap; in aio_port_set_clk() local 616 struct regmap *r = sub->aio->chip->regmap; in aio_port_set_param() local [all …]
|
/openbmc/linux/sound/pci/ice1712/ |
H A D | hoontech.h | 30 #define ICE1712_STDSP24_0_BOX(r, x) r[0] = ((r[0] & ~3) | ((x)&3)) argument 31 #define ICE1712_STDSP24_0_DAREAR(r, x) r[0] = ((r[0] & ~4) | (((x)&1)<<2)) argument 32 #define ICE1712_STDSP24_1_CHN1(r, x) r[1] = ((r[1] & ~1) | ((x)&1)) argument 33 #define ICE1712_STDSP24_1_CHN2(r, x) r[1] = ((r[1] & ~2) | (((x)&1)<<1)) argument 34 #define ICE1712_STDSP24_1_CHN3(r, x) r[1] = ((r[1] & ~4) | (((x)&1)<<2)) argument 35 #define ICE1712_STDSP24_2_CHN4(r, x) r[2] = ((r[2] & ~1) | ((x)&1)) argument 36 #define ICE1712_STDSP24_2_MIDIIN(r, x) r[2] = ((r[2] & ~2) | (((x)&1)<<1)) argument 37 #define ICE1712_STDSP24_2_MIDI1(r, x) r[2] = ((r[2] & ~4) | (((x)&1)<<2)) argument 38 #define ICE1712_STDSP24_3_MIDI2(r, x) r[3] = ((r[3] & ~1) | ((x)&1)) argument 39 #define ICE1712_STDSP24_3_MUTE(r, x) r[3] = ((r[3] & ~2) | (((x)&1)<<1)) argument [all …]
|
/openbmc/linux/drivers/net/wireless/zydas/zd1211rw/ |
H A D | zd_chip.c | 95 int r; in zd_ioread32v_locked() local 135 int i, j, r; in _zd_iowrite32v_async_locked() local 173 int r; in _zd_iowrite32v_locked() local 187 int r; in zd_iowrite16a_locked() local 225 int r; in zd_iowrite32a_locked() local 257 int r; in zd_ioread16() local 267 int r; in zd_ioread32() local 277 int r; in zd_iowrite16() local 287 int r; in zd_iowrite32() local 298 int r; in zd_ioread32v() local [all …]
|
/openbmc/qemu/contrib/elf2dmp/ |
H A D | pdb.c | 27 static uint32_t pdb_get_file_size(const struct pdb_reader *r, unsigned idx) in pdb_get_file_size() 36 static pdb_seg *get_seg_by_num(struct pdb_reader *r, size_t n) in get_seg_by_num() 53 uint64_t pdb_find_public_v3_symbol(struct pdb_reader *r, const char *name) in pdb_find_public_v3_symbol() 85 uint64_t pdb_resolve(uint64_t img_base, struct pdb_reader *r, const char *name) in pdb_resolve() 96 static void pdb_reader_ds_exit(struct pdb_reader *r) in pdb_reader_ds_exit() 101 static void pdb_exit_symbols(struct pdb_reader *r) in pdb_exit_symbols() 107 static void pdb_exit_segments(struct pdb_reader *r) in pdb_exit_segments() 134 static void *pdb_ds_read_file(struct pdb_reader* r, uint32_t file_number) in pdb_ds_read_file() 162 static bool pdb_init_segments(struct pdb_reader *r) in pdb_init_segments() 179 static bool pdb_init_symbols(struct pdb_reader *r) in pdb_init_symbols() [all …]
|
/openbmc/linux/tools/testing/selftests/powerpc/include/ |
H A D | instructions.h | 80 #define __PPC_PREFIX_R(r) (((r) & 0x1) << 20) argument 98 #define PREFIX_MLS(instr, t, a, r, d) stringify_in_c(.balign 64, , 4;) \ argument 107 #define PREFIX_8LS(instr, t, a, r, d) stringify_in_c(.balign 64, , 4;) \ argument 117 #define PLBZ(t, a, r, d) PREFIX_MLS(PPC_INST_LBZ, t, a, r, d) argument 118 #define PLHZ(t, a, r, d) PREFIX_MLS(PPC_INST_LHZ, t, a, r, d) argument 119 #define PLHA(t, a, r, d) PREFIX_MLS(PPC_INST_LHA, t, a, r, d) argument 120 #define PLWZ(t, a, r, d) PREFIX_MLS(PPC_INST_LWZ, t, a, r, d) argument 121 #define PLWA(t, a, r, d) PREFIX_8LS(0xa4000000, t, a, r, d) argument 122 #define PLD(t, a, r, d) PREFIX_8LS(0xe4000000, t, a, r, d) argument 123 #define PLQ(t, a, r, d) PREFIX_8LS(0xe0000000, t, a, r, d) argument [all …]
|
/openbmc/linux/fs/dlm/ |
H A D | recover.c | 251 static void recover_list_add(struct dlm_rsb *r) in recover_list_add() 264 static void recover_list_del(struct dlm_rsb *r) in recover_list_del() 278 struct dlm_rsb *r, *s; in recover_list_clear() local 308 static int recover_idr_add(struct dlm_rsb *r) in recover_idr_add() 333 static void recover_idr_del(struct dlm_rsb *r) in recover_idr_del() 348 struct dlm_rsb *r; in recover_idr_find() local 358 struct dlm_rsb *r; in recover_idr_clear() local 414 static void set_master_lkbs(struct dlm_rsb *r) in set_master_lkbs() 428 static void set_new_master(struct dlm_rsb *r) in set_new_master() 445 static int recover_master(struct dlm_rsb *r, unsigned int *count, uint64_t seq) in recover_master() [all …]
|
H A D | lock.c | 171 static void dlm_print_rsb(struct dlm_rsb *r) in dlm_print_rsb() 180 void dlm_dump_rsb(struct dlm_rsb *r) in dlm_dump_rsb() 244 static inline int is_remote(struct dlm_rsb *r) in is_remote() 290 static void queue_cast(struct dlm_rsb *r, struct dlm_lkb *lkb, int rv) in queue_cast() 304 static inline void queue_cast_overlap(struct dlm_rsb *r, struct dlm_lkb *lkb) in queue_cast_overlap() 310 static void queue_bast(struct dlm_rsb *r, struct dlm_lkb *lkb, int rqmode) in queue_bast() 326 static inline void hold_rsb(struct dlm_rsb *r) in hold_rsb() 331 void dlm_hold_rsb(struct dlm_rsb *r) in dlm_hold_rsb() 339 static void put_rsb(struct dlm_rsb *r) in put_rsb() 351 void dlm_put_rsb(struct dlm_rsb *r) in dlm_put_rsb() [all …]
|
/openbmc/qemu/include/ui/ |
H A D | pixel_ops.h | 1 static inline unsigned int rgb_to_pixel8(unsigned int r, unsigned int g, in rgb_to_pixel8() 7 static inline unsigned int rgb_to_pixel15(unsigned int r, unsigned int g, in rgb_to_pixel15() 13 static inline unsigned int rgb_to_pixel15bgr(unsigned int r, unsigned int g, in rgb_to_pixel15bgr() 19 static inline unsigned int rgb_to_pixel16(unsigned int r, unsigned int g, in rgb_to_pixel16() 25 static inline unsigned int rgb_to_pixel16bgr(unsigned int r, unsigned int g, in rgb_to_pixel16bgr() 31 static inline unsigned int rgb_to_pixel24(unsigned int r, unsigned int g, in rgb_to_pixel24() 37 static inline unsigned int rgb_to_pixel24bgr(unsigned int r, unsigned int g, in rgb_to_pixel24bgr() 43 static inline unsigned int rgb_to_pixel32(unsigned int r, unsigned int g, in rgb_to_pixel32() 49 static inline unsigned int rgb_to_pixel32bgr(unsigned int r, unsigned int g, in rgb_to_pixel32bgr()
|
/openbmc/linux/arch/arm64/kvm/ |
H A D | vgic-sys-reg-v3.c | 13 static int set_gic_ctlr(struct kvm_vcpu *vcpu, const struct sys_reg_desc *r, in set_gic_ctlr() 59 static int get_gic_ctlr(struct kvm_vcpu *vcpu, const struct sys_reg_desc *r, in get_gic_ctlr() 87 static int set_gic_pmr(struct kvm_vcpu *vcpu, const struct sys_reg_desc *r, in set_gic_pmr() 99 static int get_gic_pmr(struct kvm_vcpu *vcpu, const struct sys_reg_desc *r, in get_gic_pmr() 110 static int set_gic_bpr0(struct kvm_vcpu *vcpu, const struct sys_reg_desc *r, in set_gic_bpr0() 122 static int get_gic_bpr0(struct kvm_vcpu *vcpu, const struct sys_reg_desc *r, in get_gic_bpr0() 133 static int set_gic_bpr1(struct kvm_vcpu *vcpu, const struct sys_reg_desc *r, in set_gic_bpr1() 147 static int get_gic_bpr1(struct kvm_vcpu *vcpu, const struct sys_reg_desc *r, in get_gic_bpr1() 162 static int set_gic_grpen0(struct kvm_vcpu *vcpu, const struct sys_reg_desc *r, in set_gic_grpen0() 174 static int get_gic_grpen0(struct kvm_vcpu *vcpu, const struct sys_reg_desc *r, in get_gic_grpen0() [all …]
|
/openbmc/linux/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_config.c | 202 int r = 0; in _config_alloc_config_dma_memory() local 302 int r; in _config_request() local 521 int r; in mpt3sas_config_get_manufacturing_pg0() local 557 int r; in mpt3sas_config_get_manufacturing_pg1() local 595 int r; in mpt3sas_config_get_manufacturing_pg7() local 632 int r; in mpt3sas_config_get_manufacturing_pg10() local 669 int r; in mpt3sas_config_get_manufacturing_pg11() local 706 int r; in mpt3sas_config_set_manufacturing_pg11() local 742 int r; in mpt3sas_config_get_bios_pg2() local 778 int r; in mpt3sas_config_get_bios_pg3() local [all …]
|
/openbmc/linux/drivers/gpu/host1x/hw/ |
H A D | hw_host1x05_sync.h | 74 static inline u32 host1x_sync_cf_setup_base_v(u32 r) in host1x_sync_cf_setup_base_v() 78 #define HOST1X_SYNC_CF_SETUP_BASE_V(r) \ argument 80 static inline u32 host1x_sync_cf_setup_limit_v(u32 r) in host1x_sync_cf_setup_limit_v() 84 #define HOST1X_SYNC_CF_SETUP_LIMIT_V(r) \ argument 122 static inline u32 host1x_sync_mlock_owner_chid_v(u32 r) in host1x_sync_mlock_owner_chid_v() 128 static inline u32 host1x_sync_mlock_owner_cpu_owns_v(u32 r) in host1x_sync_mlock_owner_cpu_owns_v() 132 #define HOST1X_SYNC_MLOCK_OWNER_CPU_OWNS_V(r) \ argument 134 static inline u32 host1x_sync_mlock_owner_ch_owns_v(u32 r) in host1x_sync_mlock_owner_ch_owns_v() 138 #define HOST1X_SYNC_MLOCK_OWNER_CH_OWNS_V(r) \ argument 200 static inline u32 host1x_sync_cfpeek_ptrs_cf_rd_ptr_v(u32 r) in host1x_sync_cfpeek_ptrs_cf_rd_ptr_v() [all …]
|
/openbmc/linux/drivers/iio/buffer/ |
H A D | kfifo_buf.c | 23 #define iio_to_kfifo(r) container_of(r, struct iio_kfifo, buffer) argument 42 static int iio_request_update_kfifo(struct iio_buffer *r) in iio_request_update_kfifo() 62 static int iio_mark_update_needed_kfifo(struct iio_buffer *r) in iio_mark_update_needed_kfifo() 69 static int iio_set_bytes_per_datum_kfifo(struct iio_buffer *r, size_t bpd) in iio_set_bytes_per_datum_kfifo() 78 static int iio_set_length_kfifo(struct iio_buffer *r, unsigned int length) in iio_set_length_kfifo() 90 static int iio_store_to_kfifo(struct iio_buffer *r, in iio_store_to_kfifo() 101 static int iio_read_kfifo(struct iio_buffer *r, size_t n, char __user *buf) in iio_read_kfifo() 120 static size_t iio_kfifo_buf_data_available(struct iio_buffer *r) in iio_kfifo_buf_data_available() 141 static size_t iio_kfifo_buf_space_available(struct iio_buffer *r) in iio_kfifo_buf_space_available() 153 static int iio_kfifo_remove_from(struct iio_buffer *r, void *data) in iio_kfifo_remove_from() [all …]
|
/openbmc/linux/arch/x86/kernel/cpu/resctrl/ |
H A D | core.c | 138 struct rdt_resource *r = &hw_res->r_resctrl; in cache_alloc_hsw_probe() local 160 bool is_mba_sc(struct rdt_resource *r) in is_mba_sc() 185 static inline bool rdt_get_mb_table(struct rdt_resource *r) in rdt_get_mb_table() 196 static __init bool __get_mem_config_intel(struct rdt_resource *r) in __get_mem_config_intel() 230 static __init bool __rdt_get_mem_config_amd(struct rdt_resource *r) in __rdt_get_mem_config_amd() 264 static void rdt_get_cache_alloc_cfg(int idx, struct rdt_resource *r) in rdt_get_cache_alloc_cfg() 301 mba_wrmsr_amd(struct rdt_domain *d, struct msr_param *m, struct rdt_resource *r) in mba_wrmsr_amd() 316 static u32 delay_bw_map(unsigned long bw, struct rdt_resource *r) in delay_bw_map() 327 struct rdt_resource *r) in mba_wrmsr_intel() 339 cat_wrmsr(struct rdt_domain *d, struct msr_param *m, struct rdt_resource *r) in cat_wrmsr() [all …]
|
/openbmc/linux/drivers/md/ |
H A D | dm-thin-metadata.c | 456 int r; in __superblock_all_zeroes() local 523 int r; in save_sm_roots() local 555 int r; in __write_initial_superblock() local 601 int r; in __format_metadata() local 690 int r; in __open_metadata() local 773 int r, unformatted; in __open_or_format_metadata() local 787 int r; in __create_persistent_data_objects() local 824 int r; in __begin_transaction() local 851 int r; in __write_changed_details() local 886 int r; in __commit_transaction() local [all …]
|
/openbmc/u-boot/drivers/net/ |
H A D | smc91111.h | 71 #define SMC_inl(a,r) (*((volatile dword *)((a)->iobase+((r)<<1)))) argument 72 #define SMC_inw(a,r) (*((volatile word *)((a)->iobase+((r)<<1)))) argument 80 #define SMC_inl(a,r) (*((volatile dword *)((a)->iobase+(r)))) argument 81 #define SMC_inw(a,r) (*((volatile word *)((a)->iobase+(r)))) argument 91 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) argument 92 #define SMC_outw(a,d,r) (*((volatile word *)((a)->iobase+(r<<1))) = d) argument 94 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) argument 95 #define SMC_outw(a,d,r) (*((volatile word *)((a)->iobase+(r))) = d) argument 98 #define SMC_outb(a,d,r) ({ word __d = (byte)(d); \ argument 105 #define SMC_outsl(a,r,b,l) ({ int __i; \ argument [all …]
|
/openbmc/linux/lib/ |
H A D | linear_ranges.c | 27 unsigned int linear_range_values_in_range(const struct linear_range *r) in linear_range_values_in_range() 46 unsigned int linear_range_values_in_range_array(const struct linear_range *r, in linear_range_values_in_range_array() 70 unsigned int linear_range_get_max_value(const struct linear_range *r) in linear_range_get_max_value() 87 int linear_range_get_value(const struct linear_range *r, unsigned int selector, in linear_range_get_value() 111 int linear_range_get_value_array(const struct linear_range *r, int ranges, in linear_range_get_value_array() 138 int linear_range_get_selector_low(const struct linear_range *r, in linear_range_get_selector_low() 182 int linear_range_get_selector_low_array(const struct linear_range *r, in linear_range_get_selector_low_array() 219 int linear_range_get_selector_high(const struct linear_range *r, in linear_range_get_selector_high() 255 void linear_range_get_selector_within(const struct linear_range *r, in linear_range_get_selector_within()
|
/openbmc/openpower-hw-diags/util/ |
H A D | bin_stream.hpp | 76 inline BinFileReader& BinFileReader::operator>>(uint8_t& r) in operator >>() 84 inline BinFileReader& BinFileReader::operator>>(uint16_t& r) in operator >>() 93 inline BinFileReader& BinFileReader::operator>>(uint32_t& r) in operator >>() 102 inline BinFileReader& BinFileReader::operator>>(uint64_t& r) in operator >>() 173 inline BinFileWriter& BinFileWriter::operator<<(uint8_t r) in operator <<() 181 inline BinFileWriter& BinFileWriter::operator<<(uint16_t r) in operator <<() 190 inline BinFileWriter& BinFileWriter::operator<<(uint32_t r) in operator <<() 199 inline BinFileWriter& BinFileWriter::operator<<(uint64_t r) in operator <<()
|