/openbmc/linux/arch/arm/include/asm/hardware/ |
D | cp14.h |
|
/openbmc/u-boot/include/bedbug/ |
H A D | regs.h | 169 #define SET_REGISTER( str, val ) \ argument 180 #define SET_CR(val) SET_REGISTER( "mtcr %0", val ) argument 182 #define SET_MSR(val) SET_REGISTER( "mtmsr %0", val ) argument 184 #define SET_XER(val) SET_REGISTER( "mtspr 1,%0", val ) argument 186 #define SET_LR(val) SET_REGISTER( "mtspr 8,%0", val ) argument 188 #define SET_CTR(val) SET_REGISTER( "mtspr 9,%0", val ) argument 190 #define SET_DSISR(val) SET_REGISTER( "mtspr 18,%0", val ) argument 192 #define SET_DAR(val) SET_REGISTER( "mtspr 19,%0", val ) argument 194 #define SET_DEC(val) SET_REGISTER( "mtspr 22,%0", val ) argument 196 #define SET_SRR0(val) SET_REGISTER( "mtspr 26,%0", val ) argument [all …]
|
/openbmc/u-boot/arch/microblaze/include/asm/ |
H A D | asm.h | 9 #define NGET(val, fslnum) \ argument 12 #define GET(val, fslnum) \ argument 15 #define NCGET(val, fslnum) \ argument 18 #define CGET(val, fslnum) \ argument 21 #define NPUT(val, fslnum) \ argument 24 #define PUT(val, fslnum) \ argument 27 #define NCPUT(val, fslnum) \ argument 30 #define CPUT(val, fslnum) \ argument 35 #define MFS(val, reg) \ argument 38 #define MTS(val, reg) \ argument [all …]
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
D | types.h |
|
/openbmc/linux/sound/synth/emux/ |
D | emux_nrpn.c |
|
/openbmc/linux/arch/arm64/lib/ |
D | copy_from_user.S |
|
D | copy_to_user.S |
|
/openbmc/linux/include/sound/ |
D | emu8000_reg.h |
|
/openbmc/linux/include/linux/ |
D | iopoll.h |
|
/openbmc/linux/arch/arm64/include/asm/ |
D | percpu.h |
|
/openbmc/u-boot/drivers/bios_emulator/ |
H A D | besys.c | 143 u8 val = readb_le(BE_memaddr(addr)); in BE_rdb() local 165 u16 val = readw_le(base); in BE_rdw() local 187 u32 val = readl_le(base); in BE_rdl() local 201 void X86API BE_wrb(u32 addr, u8 val) in BE_wrb() 217 void X86API BE_wrw(u32 addr, u16 val) in BE_wrw() 235 void X86API BE_wrl(u32 addr, u32 val) in BE_wrl() 269 u8 val = 0xff; in VGA_inpb() local 343 static void VGA_outpb (int port, u8 val) in VGA_outpb() 532 static void PCI_outp(int port, u32 val, int type) in PCI_outp() 572 u8 val = 0; in BE_inb() local [all …]
|
/openbmc/u-boot/arch/sh/include/asm/ |
H A D | unaligned-sh4a.h | 96 static inline void __put_le16_noalign(u8 *p, u16 val) in __put_le16_noalign() 102 static inline void __put_le32_noalign(u8 *p, u32 val) in __put_le32_noalign() 108 static inline void __put_le64_noalign(u8 *p, u64 val) in __put_le64_noalign() 114 static inline void __put_be16_noalign(u8 *p, u16 val) in __put_be16_noalign() 120 static inline void __put_be32_noalign(u8 *p, u32 val) in __put_be32_noalign() 126 static inline void __put_be64_noalign(u8 *p, u64 val) in __put_be64_noalign() 132 static inline void put_unaligned_le16(u16 val, void *p) in put_unaligned_le16() 141 static inline void put_unaligned_le32(u32 val, void *p) in put_unaligned_le32() 150 static inline void put_unaligned_le64(u64 val, void *p) in put_unaligned_le64() 159 static inline void put_unaligned_be16(u16 val, void *p) in put_unaligned_be16() [all …]
|
/openbmc/u-boot/arch/mips/include/asm/ |
H A D | mipsregs.h | 880 #define write_r10k_perf_cntr(counter,val) \ argument 899 #define write_r10k_perf_cntl(counter,val) \ argument 983 #define __write_ulong_c0_register(reg, sel, val) \ argument 1039 #define __write_64bit_c0_split(source, sel, val) \ argument 1097 #define write_c0_index(val) __write_32bit_c0_register($0, 0, val) argument 1100 #define write_c0_random(val) __write_32bit_c0_register($1, 0, val) argument 1103 #define write_c0_entrylo0(val) __write_ulong_c0_register($2, 0, val) argument 1106 #define writex_c0_entrylo0(val) __writex_32bit_c0_register(2, val) argument 1109 #define write_c0_entrylo1(val) __write_ulong_c0_register($3, 0, val) argument 1112 #define writex_c0_entrylo1(val) __writex_32bit_c0_register(3, val) argument [all …]
|
/openbmc/telemetry/tests/src/params/ |
H A D | report_params.hpp | 13 ReportParams& reportId(std::string_view val) in reportId() 24 ReportParams& reportName(std::string_view val) in reportName() 35 ReportParams& reportingType(const ReportingType val) in reportingType() 46 ReportParams& reportActions(std::vector<ReportAction> val) in reportActions() 57 ReportParams& interval(Milliseconds val) in interval() 68 ReportParams& enabled(bool val) in enabled() 79 ReportParams& appendLimit(uint64_t val) in appendLimit() 90 ReportParams& reportUpdates(ReportUpdates val) in reportUpdates() 101 ReportParams& metricParameters(std::vector<LabeledMetricParameters> val) in metricParameters() 112 ReportParams& readings(Readings val) in readings()
|
/openbmc/qemu/util/ |
H A D | s390x_pci_mmio.c | 34 uint64_t val; in s390x_pcilgi() local 52 static void s390x_pcistgi(void *ioaddr, uint64_t val, size_t len) in s390x_pcistgi() 66 uint8_t val = 0; in s390x_pci_mmio_read_8() local 78 uint16_t val = 0; in s390x_pci_mmio_read_16() local 90 uint32_t val = 0; in s390x_pci_mmio_read_32() local 102 uint64_t val = 0; in s390x_pci_mmio_read_64() local 112 void s390x_pci_mmio_write_8(void *ioaddr, uint8_t val) in s390x_pci_mmio_write_8() 121 void s390x_pci_mmio_write_16(void *ioaddr, uint16_t val) in s390x_pci_mmio_write_16() 130 void s390x_pci_mmio_write_32(void *ioaddr, uint32_t val) in s390x_pci_mmio_write_32() 139 void s390x_pci_mmio_write_64(void *ioaddr, uint64_t val) in s390x_pci_mmio_write_64()
|
/openbmc/linux/arch/arm64/kvm/ |
D | vgic-sys-reg-v3.c |
|
/openbmc/qemu/target/ppc/ |
H A D | timebase_helper.c | 60 void helper_store_purr(CPUPPCState *env, target_ulong val) in helper_store_purr() 78 void helper_store_tbl(CPUPPCState *env, target_ulong val) in helper_store_tbl() 94 void helper_store_tbu(CPUPPCState *env, target_ulong val) in helper_store_tbu() 110 void helper_store_atbl(CPUPPCState *env, target_ulong val) in helper_store_atbl() 115 void helper_store_atbu(CPUPPCState *env, target_ulong val) in helper_store_atbu() 125 void helper_store_decr(CPUPPCState *env, target_ulong val) in helper_store_decr() 135 void helper_store_hdecr(CPUPPCState *env, target_ulong val) in helper_store_hdecr() 151 void helper_store_vtb(CPUPPCState *env, target_ulong val) in helper_store_vtb() 167 void helper_store_tbu40(CPUPPCState *env, target_ulong val) in helper_store_tbu40() 188 void helper_store_40x_pit(CPUPPCState *env, target_ulong val) in helper_store_40x_pit() [all …]
|
/openbmc/qemu/target/riscv/ |
H A D | csr.c | 842 target_ulong *val) in read_ssp() 849 target_ulong val, uintptr_t ra) in write_ssp() 857 target_ulong *val) in read_fflags() 864 target_ulong val, uintptr_t ra) in write_fflags() 876 target_ulong *val) in read_frm() 883 target_ulong val, uintptr_t ra) in write_frm() 895 target_ulong *val) in read_fcsr() 903 target_ulong val, uintptr_t ra) in write_fcsr() 916 target_ulong *val) in read_vtype() 934 target_ulong *val) in read_vl() [all …]
|
/openbmc/linux/arch/sparc/kernel/ |
D | pcr.c |
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-config-io.c | 18 uint8_t val; in virtio_config_readb() local 33 uint16_t val; in virtio_config_readw() local 48 uint32_t val; in virtio_config_readl() local 63 uint8_t val = data; in virtio_config_writeb() local 79 uint16_t val = data; in virtio_config_writew() local 95 uint32_t val = data; in virtio_config_writel() local 111 uint8_t val; in virtio_config_modern_readb() local 126 uint16_t val; in virtio_config_modern_readw() local 141 uint32_t val; in virtio_config_modern_readl() local 157 uint8_t val = data; in virtio_config_modern_writeb() local [all …]
|
/openbmc/linux/include/asm-generic/ |
D | percpu.h |
|
/openbmc/linux/arch/mips/boot/tools/ |
D | relocs.c |
|
/openbmc/u-boot/include/linux/ |
H A D | iopoll.h | 27 #define readx_poll_timeout(op, addr, val, cond, timeout_us) \ argument 43 #define readb_poll_timeout(addr, val, cond, timeout_us) \ argument 46 #define readw_poll_timeout(addr, val, cond, timeout_us) \ argument 49 #define readl_poll_timeout(addr, val, cond, timeout_us) \ argument 52 #define readq_poll_timeout(addr, val, cond, timeout_us) \ argument 55 #define readb_relaxed_poll_timeout(addr, val, cond, timeout_us) \ argument 58 #define readw_relaxed_poll_timeout(addr, val, cond, timeout_us) \ argument 61 #define readl_relaxed_poll_timeout(addr, val, cond, timeout_us) \ argument 64 #define readq_relaxed_poll_timeout(addr, val, cond, timeout_us) \ argument
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | control_regs.h | 24 unsigned long val; in read_cr0() local 30 static inline void write_cr0(unsigned long val) in write_cr0() 37 unsigned long val; in read_cr2() local 45 unsigned long val; in read_cr3() local 53 unsigned long val; in read_cr4() local 61 unsigned long val = 0; /* Damn you, gcc! */ in get_debugreg() local
|
/openbmc/linux/drivers/media/pci/cx18/ |
D | cx18-io.h |
|