Home
last modified time | relevance | path

Searched defs:reg (Results 1 – 25 of 1244) sorted by relevance

12345678910>>...50

/NextBSD/sys/sparc64/include/
HDreg.h58 struct reg { struct
79 * Register set accessible via /proc/$pid/fpregs. argument
/NextBSD/sys/riscv/include/
HDreg.h40 struct reg { struct
46 uint64_t s[12]; /* saved registers */ argument
49 uint64_t sstatus; /* status register */ argument
64 int fill_regs(struct thread *, struct reg *); argument
/NextBSD/sys/contrib/octeon-sdk/
HDcvmx-fau.h155 static inline uint64_t __cvmx_fau_store_address(uint64_t noadd, uint64_t reg) in __cvmx_fau_store_address()
179 static inline uint64_t __cvmx_fau_atomic_address(uint64_t tagwait, uint64_t reg, int64_t value) in __cvmx_fau_atomic_address()
196 static inline int64_t cvmx_fau_fetch_and_add64(cvmx_fau_reg_64_t reg, int64_t value) in cvmx_fau_fetch_and_add64()
210 static inline int32_t cvmx_fau_fetch_and_add32(cvmx_fau_reg_32_t reg, int32_t value) in cvmx_fau_fetch_and_add32()
223 static inline int16_t cvmx_fau_fetch_and_add16(cvmx_fau_reg_16_t reg, int16_t value) in cvmx_fau_fetch_and_add16()
235 static inline int8_t cvmx_fau_fetch_and_add8(cvmx_fau_reg_8_t reg, int8_t value) in cvmx_fau_fetch_and_add8()
252 static inline cvmx_fau_tagwait64_t cvmx_fau_tagwait_fetch_and_add64(cvmx_fau_reg_64_t reg, int64_t … in cvmx_fau_tagwait_fetch_and_add64()
275 static inline cvmx_fau_tagwait32_t cvmx_fau_tagwait_fetch_and_add32(cvmx_fau_reg_32_t reg, int32_t … in cvmx_fau_tagwait_fetch_and_add32()
297 static inline cvmx_fau_tagwait16_t cvmx_fau_tagwait_fetch_and_add16(cvmx_fau_reg_16_t reg, int16_t … in cvmx_fau_tagwait_fetch_and_add16()
318 static inline cvmx_fau_tagwait8_t cvmx_fau_tagwait_fetch_and_add8(cvmx_fau_reg_8_t reg, int8_t valu… in cvmx_fau_tagwait_fetch_and_add8()
[all …]
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDRegisterInfos_x86_64.h34 #define FPR_SIZE(reg) sizeof(((FXSAVE*)NULL)->reg) argument
50 #define DEFINE_GPR(reg, alt, kind1, kind2, kind3, kind4) \ argument
54 #define DEFINE_FPR(name, reg, kind1, kind2, kind3, kind4) \ argument
58 #define DEFINE_FP_ST(reg, i) \ argument
64 #define DEFINE_FP_MM(reg, i) \ argument
70 #define DEFINE_XMM(reg, i) \ argument
76 #define DEFINE_YMM(reg, i) \ argument
82 #define DEFINE_DR(reg, i) \ argument
281 #define UPDATE_GPR_INFO(reg, reg64) \ argument
286 #define UPDATE_GPR_INFO_8H(reg, reg64) \ argument
[all …]
HDRegisterInfos_i386.h34 #define FPR_SIZE(reg) sizeof(((FXSAVE*)NULL)->reg) argument
47 #define DEFINE_GPR(reg, alt, kind1, kind2, kind3, kind4) \ argument
51 #define DEFINE_FPR(name, reg, kind1, kind2, kind3, kind4) \ argument
57 #define DEFINE_FP_ST(reg, i) \ argument
63 #define DEFINE_FP_MM(reg, i) \ argument
69 #define DEFINE_XMM(reg, i) \ argument
76 #define DEFINE_YMM(reg, i) \ argument
82 #define DEFINE_DR(reg, i) \ argument
HDRegisterContextPOSIX_powerpc.cpp163 bool RegisterContextPOSIX_powerpc::IsGPR(unsigned reg) in IsGPR()
169 RegisterContextPOSIX_powerpc::IsFPR(unsigned reg) in IsFPR()
175 RegisterContextPOSIX_powerpc::IsVMX(unsigned reg) in IsVMX()
208 RegisterContextPOSIX_powerpc::GetRegisterOffset(unsigned reg) in GetRegisterOffset()
215 RegisterContextPOSIX_powerpc::GetRegisterSize(unsigned reg) in GetRegisterSize()
243 RegisterContextPOSIX_powerpc::GetRegisterInfoAtIndex(size_t reg) in GetRegisterInfoAtIndex()
274 RegisterContextPOSIX_powerpc::GetRegisterName(unsigned reg) in GetRegisterName()
HDRegisterContextLinux_arm64.cpp21 #define GPR_OFFSET_NAME(reg) (LLVM_EXTENSION offsetof (RegisterContextLinux_arm64::GPR, reg)) argument
24 #define FPU_OFFSET_NAME(reg) (LLVM_EXTENSION offsetof (RegisterContextLinux_arm64::FPU, reg)) argument
26 #define EXC_OFFSET_NAME(reg) (LLVM_EXTENSION offsetof (RegisterContextLinux_arm64::EXC, reg) + size… argument
27 #define DBG_OFFSET_NAME(reg) (LLVM_EXTENSION offsetof (RegisterContextLinux_arm64::DBG, reg) + size… argument
29 #define DEFINE_DBG(reg, i) #reg, NULL, sizeof(((RegisterContextLinux_arm64::DBG *)NULL)->reg[i]), … argument
HDRegisterContextFreeBSD_arm64.cpp18 #define GPR_OFFSET_NAME(reg) (LLVM_EXTENSION offsetof (RegisterContextFreeBSD_arm64::GPR, reg)) argument
21 #define FPU_OFFSET_NAME(reg) (LLVM_EXTENSION offsetof (RegisterContextFreeBSD_arm64::FPU, reg)) argument
23 #define EXC_OFFSET_NAME(reg) (LLVM_EXTENSION offsetof (RegisterContextFreeBSD_arm64::EXC, reg) + si… argument
24 #define DBG_OFFSET_NAME(reg) (LLVM_EXTENSION offsetof (RegisterContextFreeBSD_arm64::DBG, reg) + si… argument
26 #define DEFINE_DBG(reg, i) #reg, NULL, sizeof(((RegisterContextFreeBSD_arm64::DBG *)NULL)->reg[i])… argument
HDRegisterContextPOSIX_mips64.cpp86 bool RegisterContextPOSIX_mips64::IsGPR(unsigned reg) in IsGPR()
92 RegisterContextPOSIX_mips64::IsFPR(unsigned reg) in IsFPR()
126 RegisterContextPOSIX_mips64::GetRegisterOffset(unsigned reg) in GetRegisterOffset()
133 RegisterContextPOSIX_mips64::GetRegisterSize(unsigned reg) in GetRegisterSize()
161 RegisterContextPOSIX_mips64::GetRegisterInfoAtIndex(size_t reg) in GetRegisterInfoAtIndex()
192 RegisterContextPOSIX_mips64::GetRegisterName(unsigned reg) in GetRegisterName()
/NextBSD/sys/contrib/alpine-hal/
HDal_hal_reg_utils.h65 #define AL_REG_FIELD_GET(reg, mask, shift) (((reg) & (mask)) >> (shift)) argument
68 #define AL_REG_FIELD_SET(reg, mask, shift, val) \ argument
74 #define AL_REG_FIELD_SET_64(reg, mask, shift, val) \ argument
80 #define AL_REG_BIT_GET(reg, shift) \ argument
87 #define AL_REG_BIT_VAL_SET(reg, shift, val) \ argument
91 #define AL_REG_BIT_SET(reg, shift) \ argument
95 #define AL_REG_BIT_CLEAR(reg, shift) \ argument
106 #define AL_REG_MASK_CLEAR(reg, clear_mask) \ argument
110 #define AL_REG_MASK_SET(reg, clear_mask) \ argument
115 #define AL_REG_CLEAR_AND_SET(reg, clear_mask, set_mask) \ argument
[all …]
/NextBSD/sys/arm/include/
HDreg.h8 struct reg { struct
26 int fill_regs(struct thread *, struct reg *); argument
/NextBSD/sys/arm64/include/
HDreg.h36 struct reg { struct
58 int fill_regs(struct thread *, struct reg *); argument
/NextBSD/sys/mips/rmi/
HDrmi_mips_exts.h46 read_xlr_ctrl_register(int block, int reg) in read_xlr_ctrl_register()
64 write_xlr_ctrl_register(int block, int reg, uint64_t value) in write_xlr_ctrl_register()
82 read_xlr_ctrl_register(int block, int reg) in read_xlr_ctrl_register()
103 write_xlr_ctrl_register(int block, int reg, uint64_t value) in write_xlr_ctrl_register()
129 #define read_c0_register32(reg, sel) \ argument
141 #define write_c0_register32(reg, sel, value) \ argument
149 #define read_c2_register32(reg, sel) \ argument
161 #define write_c2_register32(reg, sel, value) \ argument
173 #define read_c0_register64(reg, sel) \ argument
185 #define write_c0_register64(reg, sel, value) \ argument
[all …]
/NextBSD/sys/powerpc/include/
HDreg.h12 struct reg { struct
13 register_t fixreg[32]; argument
14 register_t lr; argument
15 register_t cr; argument
16 register_t xer; argument
17 register_t ctr; argument
18 register_t pc; argument
86 #define fill_fpregs32(td, reg) fill_fpregs(td,(struct fpreg *)reg) argument
87 #define set_fpregs32(td, reg) set_fpregs(td,(struct fpreg *)reg) argument
88 #define fill_dbregs32(td, reg) fill_dbregs(td,(struct dbreg *)reg) argument
[all …]
/NextBSD/sys/dev/ixgbe/
HDixgbe_osdep.c45 ixgbe_read_pci_cfg(struct ixgbe_hw *hw, u32 reg) in ixgbe_read_pci_cfg()
52 ixgbe_write_pci_cfg(struct ixgbe_hw *hw, u32 reg, u16 value) in ixgbe_write_pci_cfg()
59 ixgbe_read_reg(struct ixgbe_hw *hw, u32 reg) in ixgbe_read_reg()
67 ixgbe_write_reg(struct ixgbe_hw *hw, u32 reg, u32 val) in ixgbe_write_reg()
75 ixgbe_read_reg_array(struct ixgbe_hw *hw, u32 reg, u32 offset) in ixgbe_read_reg_array()
83 ixgbe_write_reg_array(struct ixgbe_hw *hw, u32 reg, u32 offset, u32 val) in ixgbe_write_reg_array()
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_asm.h26 # define CFI_REL_OFFSET(reg, n) .cfi_rel_offset reg, n argument
27 # define CFI_DEF_CFA_REGISTER(reg) .cfi_def_cfa_register reg argument
28 # define CFI_RESTORE(reg) .cfi_restore reg argument
35 # define CFI_REL_OFFSET(reg, n) argument
36 # define CFI_DEF_CFA_REGISTER(reg) argument
37 # define CFI_RESTORE(reg) argument
/NextBSD/sys/dev/cy/
HDcyreg.h58 #define cd_inb(iobase, reg, cy_align) \ argument
60 #define cy_inb(iobase, reg, cy_align) \ argument
62 #define cd_outb(iobase, reg, cy_align, val) \ argument
64 #define cy_outb(iobase, reg, cy_align, val) \ argument
67 #define cd_inb(iobase, reg, cy_align) \ argument
69 #define cy_inb(iobase, reg, cy_align) \ argument
71 #define cd_outb(iobase, reg, cy_align, val) \ argument
73 #define cy_outb(iobase, reg, cy_align, val) \ argument
/NextBSD/crypto/openssl/crypto/
HDsparc_arch.h40 # define SPARC_PIC_THUNK(reg) \ argument
46 # define SPARC_PIC_THUNK_CALL(reg) \ argument
52 # define SPARC_SETUP_GOT_REG(reg) SPARC_PIC_THUNK_CALL(reg) argument
54 # define SPARC_SETUP_GOT_REG(reg) \ argument
63 # define SPARC_LOAD_ADDRESS(SYM, reg) \ argument
73 # define SPARC_LOAD_ADDRESS(SYM, reg) \ argument
80 # define SPARC_LOAD_ADDRESS_LEAF(SYM,reg,tmp) SPARC_LOAD_ADDRESS(SYM,reg) argument
87 # define SPARC_LOAD_ADDRESS(SYM, reg) \ argument
95 # define SPARC_LOAD_ADDRESS_LEAF(SYM, reg, tmp) \ argument
/NextBSD/contrib/gdb/gdb/regformats/
HDregdef.h24 struct reg struct
44 void set_register_cache (struct reg *regs, int n); argument
/NextBSD/usr.sbin/ndiscvt/
HDinf.h26 struct reg { struct
35 TAILQ_ENTRY(reg) link; argument
/NextBSD/sys/arm/amlogic/aml8726/
HDaml8726_pinctrl.c84 #define MUX_WRITE_4(sc, reg, val) bus_write_4((sc)->res[0], reg, (val)) argument
85 #define MUX_READ_4(sc, reg) bus_read_4((sc)->res[0], reg) argument
87 #define PUD_WRITE_4(sc, reg, val) bus_write_4((sc)->res[1], reg, (val)) argument
88 #define PUD_READ_4(sc, reg) bus_read_4((sc)->res[1], reg) argument
90 #define PEN_WRITE_4(sc, reg, val) bus_write_4((sc)->res[2], reg, (val)) argument
91 #define PEN_READ_4(sc, reg) bus_read_4((sc)->res[2], reg) argument
93 #define AOMUX_WRITE_4(sc, reg, val) bus_write_4((sc)->res[3], reg, (val)) argument
94 #define AOMUX_READ_4(sc, reg) bus_read_4((sc)->res[3], reg) argument
96 #define AOPUD_WRITE_4(sc, reg, val) bus_write_4((sc)->res[4], reg, (val)) argument
97 #define AOPUD_READ_4(sc, reg) bus_read_4((sc)->res[4], reg) argument
[all …]
/NextBSD/lib/libc/sparc64/fpu/
HDfpu_reg.S35 .macro ld32 reg argument
40 .macro st32 reg argument
45 .macro ld64 reg argument
50 .macro st64 reg argument
/NextBSD/sys/mips/include/
HDpcb.h94 #define SAVE_U_PCB_REG(reg, offs, base) \ argument
97 #define RESTORE_U_PCB_REG(reg, offs, base) \ argument
100 #define SAVE_U_PCB_FPREG(reg, offs, base) \ argument
103 #define RESTORE_U_PCB_FPREG(reg, offs, base) \ argument
106 #define SAVE_U_PCB_FPSR(reg, offs, base) \ argument
109 #define RESTORE_U_PCB_FPSR(reg, offs, base) \ argument
112 #define SAVE_U_PCB_CONTEXT(reg, offs, base) \ argument
115 #define RESTORE_U_PCB_CONTEXT(reg, offs, base) \ argument
/NextBSD/contrib/wpa/src/wps/
HDwps_registrar.c202 static void wps_registrar_add_authorized_mac(struct wps_registrar *reg, in wps_registrar_add_authorized_mac()
223 static void wps_registrar_remove_authorized_mac(struct wps_registrar *reg, in wps_registrar_remove_authorized_mac()
261 static struct wps_registrar_device * wps_device_get(struct wps_registrar *reg, in wps_device_get()
293 int wps_device_store(struct wps_registrar *reg, in wps_device_store()
314 static void wps_registrar_add_pbc_session(struct wps_registrar *reg, in wps_registrar_add_pbc_session()
366 static void wps_registrar_remove_pbc_session(struct wps_registrar *reg, in wps_registrar_remove_pbc_session()
397 int wps_registrar_pbc_overlap(struct wps_registrar *reg, in wps_registrar_pbc_overlap()
495 static int wps_build_selected_registrar(struct wps_registrar *reg, in wps_build_selected_registrar()
508 static int wps_build_sel_reg_dev_password_id(struct wps_registrar *reg, in wps_build_sel_reg_dev_password_id()
524 static int wps_build_sel_pbc_reg_uuid_e(struct wps_registrar *reg, in wps_build_sel_pbc_reg_uuid_e()
[all …]
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDRegisterContext.cpp70 for (uint32_t reg = start_idx; reg < num_registers; ++reg) in GetRegisterInfoByName() local
94 RegisterContext::GetRegisterName (uint32_t reg) in GetRegisterName()
105 … uint32_t reg = ConvertRegisterKindToRegisterNumber (eRegisterKindGeneric, LLDB_REGNUM_GENERIC_PC); in GetPC() local
112 … uint32_t reg = ConvertRegisterKindToRegisterNumber (eRegisterKindGeneric, LLDB_REGNUM_GENERIC_PC); in SetPC() local
141 … uint32_t reg = ConvertRegisterKindToRegisterNumber (eRegisterKindGeneric, LLDB_REGNUM_GENERIC_SP); in GetSP() local
148 … uint32_t reg = ConvertRegisterKindToRegisterNumber (eRegisterKindGeneric, LLDB_REGNUM_GENERIC_SP); in SetSP() local
155 … uint32_t reg = ConvertRegisterKindToRegisterNumber (eRegisterKindGeneric, LLDB_REGNUM_GENERIC_FP); in GetFP() local
162 … uint32_t reg = ConvertRegisterKindToRegisterNumber (eRegisterKindGeneric, LLDB_REGNUM_GENERIC_FP); in SetFP() local
169 … uint32_t reg = ConvertRegisterKindToRegisterNumber (eRegisterKindGeneric, LLDB_REGNUM_GENERIC_RA); in GetReturnAddress() local
176 …uint32_t reg = ConvertRegisterKindToRegisterNumber (eRegisterKindGeneric, LLDB_REGNUM_GENERIC_FLAG… in GetFlags() local
[all …]

12345678910>>...50