Searched refs:reg (Results 1 - 25 of 1755) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c347 static const char *dwarf_reg(unsigned int mach, unsigned int reg);
353 static char *get_regoff_str(struct readelf *re, Dwarf_Half reg,
2038 dwarf_reg(unsigned int mach, unsigned int reg) argument
2044 switch (reg) {
2093 switch (reg) {
2161 switch (reg) {
5995 get_regoff_str(struct readelf *re, Dwarf_Half reg, Dwarf_Addr off) argument
5999 if (reg == DW_FRAME_UNDEFINED_VAL || reg == DW_FRAME_REG_INITIAL_VALUE)
6001 else if (reg
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c17586 #define SQLITE_STOREP2 0x20 /* Store result in reg[P2] rather than jump */
101191 int reg = 0; local
108694 int reg; local
111741 int reg; local
139455 int reg = pParse->nMem+1; local
139746 sqlite3CodeRowTriggerDirect( Parse *pParse, Trigger *p, Table *pTab, int reg, int orconf, int ignoreJump ) argument
139818 sqlite3CodeRowTrigger( Parse *pParse, Trigger *pTrigger, int op, ExprList *pChanges, int tr_tm, Table *pTab, int reg, int orconf, int ignoreJump ) argument
140476 int reg; local
144806 int reg = ++pWalker->pParse->nMem; /* Register for column value */ local
155378 windowCheckValue(Parse *pParse, int reg, int eCond) argument
155438 int reg; /* First in array of peer values */ member in struct:WindowCsrAndReg
156124 int csr, reg; local
[all...]
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_freebsd.c864 nm_os_pt_memdev_ioread(struct ptnetmap_memdev *ptn_dev, unsigned int reg) argument
866 return bus_read_4(ptn_dev->pci_io, reg);
/freebsd-11-stable/contrib/libcxxrt/
H A Dunwind-arm.h165 static inline unsigned long _Unwind_GetGR(struct _Unwind_Context *context, int reg) argument
168 _Unwind_VRS_Get(context, _UVRSC_CORE, reg, _UVRSD_UINT32, &val);
171 static inline void _Unwind_SetGR(struct _Unwind_Context *context, int reg, unsigned long val) argument
173 _Unwind_VRS_Set(context, _UVRSC_CORE, reg, _UVRSD_UINT32, &val);
/freebsd-11-stable/sys/dev/ixl/
H A Dixl_pf_main.c820 u32 reg, mask, rstat_reg; local
825 reg = rd32(hw, I40E_PFINT_ICR0);
829 if (reg & I40E_PFINT_ICR0_ADMINQ_MASK) {
834 if (reg & I40E_PFINT_ICR0_MAL_DETECT_MASK) {
839 if (reg & I40E_PFINT_ICR0_GRST_MASK) {
865 if (reg & I40E_PFINT_ICR0_ECC_ERR_MASK) {
869 if (reg & I40E_PFINT_ICR0_HMC_ERR_MASK) {
870 reg = rd32(hw, I40E_PFHMC_ERRORINFO);
871 if (reg & I40E_PFHMC_ERRORINFO_ERROR_DETECTED_MASK) {
873 device_printf(dev, "INFO 0x%08x\n", reg);
1571 u32 reg; local
1611 u32 reg; local
1646 u32 reg; local
3391 u32 reg; local
3427 u32 reg; local
3493 u32 reg; local
3528 u32 reg; local
3594 u32 reg; local
3679 u32 reg; local
3691 u32 reg; local
3701 u32 reg; local
3712 u32 reg; local
4358 ixl_stat_update32(struct i40e_hw *hw, u32 reg, bool offset_loaded, u64 *offset, u64 *stat) argument
5547 u32 reg; local
6120 u32 reg; local
6211 u32 reg; local
[all...]
/freebsd-11-stable/sys/powerpc/aim/
H A Daim_machdep.c121 #include <machine/reg.h>
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c1546 sum_final(struct mtree_writer *mtree, struct reg_info *reg) argument
1554 reg->crc = ~mtree->crc;
1558 archive_md5_final(&mtree->md5ctx, reg->digest.md5);
1562 archive_rmd160_final(&mtree->rmd160ctx, reg->digest.rmd160);
1566 archive_sha1_final(&mtree->sha1ctx, reg->digest.sha1);
1570 archive_sha256_final(&mtree->sha256ctx, reg->digest.sha256);
1574 archive_sha384_final(&mtree->sha384ctx, reg->digest.sha384);
1578 archive_sha512_final(&mtree->sha512ctx, reg->digest.sha512);
1581 reg->compute_sum = mtree->compute_sum;
1601 sum_write(struct archive_string *str, struct reg_info *reg) argument
[all...]
/freebsd-11-stable/sbin/ifconfig/
H A Difieee80211.c2025 const struct ieee80211_regdomain *reg,
2095 if ((flags & REQ_ECM) && !reg->ecm) {
2100 if ((flags & REQ_INDOOR) && reg->location == 'O') {
2106 if ((flags & REQ_OUTDOOR) && reg->location == 'I') {
2153 const struct ieee80211_regdomain *reg = &req->rd; local
2165 if (reg->regdomain == 0) {
2166 cc = lib80211_country_findbycc(rdp, reg->country);
2169 reg->country);
2172 rd = lib80211_regdomain_findbysku(rdp, reg->regdomain);
2175 reg
2023 regdomain_addchans(struct ieee80211req_chaninfo *ci, const netband_head *bands, const struct ieee80211_regdomain *reg, uint32_t chanFlags, const struct ieee80211req_chaninfo *avail) argument
4097 print_regdomain(const struct ieee80211_regdomain *reg, int verb) argument
[all...]
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c4113 mlx5_bf_copy(bf->reg + bf->offset, (u64 *)ctrl, ALIGN(size * 16, 64), qp);
/freebsd-11-stable/sys/dev/mlx5/
H A Ddriver.h236 void __iomem *reg; member in struct:mlx5_bf
/freebsd-11-stable/tests/sys/kern/
H A Dptrace_test.c68 #define SKIP_BREAK(reg) ((reg)->elr += 4)
70 #define SKIP_BREAK(reg)
72 #define SKIP_BREAK(reg) ((reg)->r_pc += 4)
74 #define SKIP_BREAK(reg) ((reg)->r_regs[PC] += 4)
76 #define SKIP_BREAK(reg) ((reg)->sepc += 4)
78 #define SKIP_BREAK(reg) d
3716 struct reg reg; local
[all...]
/freebsd-11-stable/sys/x86/x86/
H A Dlocal_apic.c214 lapic_read32(enum LAPIC_REGISTERS reg) argument
219 res = rdmsr32(MSR_APIC_000 + reg);
221 res = *(volatile uint32_t *)(lapic_map + reg * LAPIC_MEM_MUL);
227 lapic_write32(enum LAPIC_REGISTERS reg, uint32_t val) argument
233 wrmsr(MSR_APIC_000 + reg, val);
235 *(volatile uint32_t *)(lapic_map + reg * LAPIC_MEM_MUL) = val;
240 lapic_write32_nofence(enum LAPIC_REGISTERS reg, uint32_t val) argument
244 wrmsr(MSR_APIC_000 + reg, val);
246 *(volatile uint32_t *)(lapic_map + reg * LAPIC_MEM_MUL) = val;
H A Dio_apic.c108 static u_int ioapic_read(volatile ioapic_t *apic, int reg);
109 static void ioapic_write(volatile ioapic_t *apic, int reg, u_int val);
174 * number into the reg.
204 ioapic_read(volatile ioapic_t *apic, int reg) argument
208 apic->ioregsel = reg;
213 ioapic_write(volatile ioapic_t *apic, int reg, u_int val) argument
217 apic->ioregsel = reg;
1190 db_ioapic_read(volatile ioapic_t *apic, int reg) argument
1193 apic->ioregsel = reg;
/freebsd-11-stable/sys/dev/pci/
H A Dvga_pci.c400 vga_pci_read_config(device_t dev, device_t child, int reg, int width) argument
403 return (pci_read_config(dev, reg, width));
407 vga_pci_write_config(device_t dev, device_t child, int reg, argument
411 pci_write_config(dev, reg, val, width);
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_frame.c556 uint64_t reg, reg2, uoff, soff; local
684 reg = _dwarf_decode_uleb128(&p);
686 CHECK_TABLE_SIZE(reg);
687 RL[reg].dw_offset_relevant = 1;
688 RL[reg].dw_value_type = DW_EXPR_OFFSET;
689 RL[reg].dw_regnum = dbg->dbg_frame_cfa_value;
690 RL[reg].dw_offset_or_block_len = uoff * daf;
692 printf("DW_CFA_offset_extended(reg=%ju,uoff=%ju)\n",
693 reg, uoff);
698 reg
923 uint64_t reg, reg2, uoff, soff, blen; local
[all...]
/freebsd-11-stable/sys/cam/ata/
H A Data_all.c625 ata_pm_read_cmd(struct ccb_ataio *ataio, int reg, int port) argument
630 ataio->cmd.features = reg;
635 ata_pm_write_cmd(struct ccb_ataio *ataio, int reg, int port, uint32_t val) argument
640 ataio->cmd.features = reg;
/freebsd-11-stable/sys/x86/include/
H A Dx86_var.h93 struct reg;
/freebsd-11-stable/sys/kern/
H A Dkern_exec.c89 #include <machine/reg.h>
/freebsd-11-stable/sys/dev/usb/net/
H A Dif_axge.c246 axge_read_cmd_1(struct axge_softc *sc, uint8_t cmd, uint16_t reg) argument
250 axge_read_mem(sc, cmd, 1, reg, &val, 1);
256 uint16_t reg)
260 axge_read_mem(sc, cmd, index, reg, &val, 2);
265 axge_write_cmd_1(struct axge_softc *sc, uint8_t cmd, uint16_t reg, uint8_t val) argument
267 axge_write_mem(sc, cmd, 1, reg, &val, 1);
272 uint16_t reg, uint16_t val)
277 axge_write_mem(sc, cmd, index, reg, &temp, 2);
281 axge_miibus_readreg(device_t dev, int phy, int reg) argument
292 val = axge_read_cmd_2(sc, AXGE_ACCESS_PHY, reg, ph
255 axge_read_cmd_2(struct axge_softc *sc, uint8_t cmd, uint16_t index, uint16_t reg) argument
271 axge_write_cmd_2(struct axge_softc *sc, uint8_t cmd, uint16_t index, uint16_t reg, uint16_t val) argument
301 axge_miibus_writereg(device_t dev, int phy, int reg, int val) argument
[all...]
H A Dif_ure.c219 ure_read_1(struct ure_softc *sc, uint16_t reg, uint16_t index) argument
225 shift = (reg & 3) << 3;
226 reg &= ~3;
228 ure_read_mem(sc, reg, index, &temp, 4);
236 ure_read_2(struct ure_softc *sc, uint16_t reg, uint16_t index) argument
242 shift = (reg & 2) << 3;
243 reg &= ~3;
245 ure_read_mem(sc, reg, index, &temp, 4);
253 ure_read_4(struct ure_softc *sc, uint16_t reg, uint16_t index) argument
257 ure_read_mem(sc, reg, inde
262 ure_write_1(struct ure_softc *sc, uint16_t reg, uint16_t index, uint32_t val) argument
283 ure_write_2(struct ure_softc *sc, uint16_t reg, uint16_t index, uint32_t val) argument
304 ure_write_4(struct ure_softc *sc, uint16_t reg, uint16_t index, uint32_t val) argument
315 uint16_t reg; local
326 uint16_t reg; local
335 ure_miibus_readreg(device_t dev, int phy, int reg) argument
354 ure_miibus_writereg(device_t dev, int phy, int reg, int val) argument
[all...]
/freebsd-11-stable/sys/amd64/vmm/intel/
H A Dvmx.c48 #include <machine/reg.h>
289 static int vmx_getdesc(void *arg, int vcpu, int reg, struct seg_desc *desc);
290 static int vmx_getreg(void *arg, int vcpu, int reg, uint64_t *retval);
291 static int vmxctx_setreg(struct vmxctx *vmxctx, int reg, uint64_t val);
1874 enum vm_reg_name reg; local
1876 reg = in ? VM_REG_GUEST_RDI : VM_REG_GUEST_RSI;
1877 error = vmx_getreg(vmx, vcpuid, reg, &val);
3044 vmxctx_regptr(struct vmxctx *vmxctx, int reg) argument
3047 switch (reg) {
3097 vmxctx_getreg(struct vmxctx *vmxctx, int reg, uint64_ argument
3109 vmxctx_setreg(struct vmxctx *vmxctx, int reg, uint64_t val) argument
3161 vmx_shadow_reg(int reg) argument
3182 vmx_getreg(void *arg, int vcpu, int reg, uint64_t *retval) argument
3201 vmx_setreg(void *arg, int vcpu, int reg, uint64_t val) argument
3268 vmx_getdesc(void *arg, int vcpu, int reg, struct seg_desc *desc) argument
3281 vmx_setdesc(void *arg, int vcpu, int reg, struct seg_desc *desc) argument
3344 int reg; local
[all...]
/freebsd-11-stable/sys/amd64/vmm/amd/
H A Dsvm.c47 #include <machine/reg.h>
2121 swctx_regptr(struct svm_regctx *regctx, int reg) argument
2124 switch (reg) {
2170 register_t *reg; local
2182 reg = swctx_regptr(svm_get_guest_regctx(svm_sc, vcpu), ident);
2184 if (reg != NULL) {
2185 *val = *reg;
2197 register_t *reg; local
2212 reg = swctx_regptr(svm_get_guest_regctx(svm_sc, vcpu), ident);
2214 if (reg !
[all...]
/freebsd-11-stable/libexec/rtld-elf/
H A Drtld.c2740 void (*reg)(void (*)(void));
2769 reg = NULL;
2771 reg = (void (*)(void (*)(void)))get_program_var_addr(
2775 if (reg != NULL) {
2776 reg(rtld_exit);
/freebsd-11-stable/sys/dev/sume/
H A Dif_sume.c567 uint32_t reg, devctl, linkctl; local
631 reg = read_reg(adapter, RIFFA_INFO_REG_OFF);
632 adapter->num_sg = RIFFA_SG_ELEMS * ((reg >> 19) & 0xf);
633 adapter->sg_buf_size = RIFFA_SG_BUF_SIZE * ((reg >> 19) & 0xf);
637 if (((reg >> 4) & 0x1) != 1) {
639 (reg >> 4) & 0x1);
643 if (((reg >> 5) & 0x3f) == 0 || ((reg >> 11) & 0x3) == 0) {
645 (reg >> 5) & 0x3f, (reg >> 1
[all...]
/freebsd-11-stable/sys/dev/e1000/
H A Dif_em.c3803 u32 reg; local
3804 reg = E1000_READ_REG(hw, E1000_IOSFPC);
3805 reg |= E1000_RCTL_RDMTS_HEX;
3806 E1000_WRITE_REG(hw, E1000_IOSFPC, reg);
3808 reg = E1000_READ_REG(hw, E1000_TARC(0));
3809 reg &= ~E1000_TARC0_CB_MULTIQ_3_REQ;
3810 reg |= E1000_TARC0_CB_MULTIQ_2_REQ;
3811 E1000_WRITE_REG(hw, E1000_TARC(0), reg);
5122 u32 reg; local
5142 reg
5538 int base, reg; local
[all...]

Completed in 1039 milliseconds

1234567891011>>