| /src/external/gpl3/gdb/dist/sim/ppc/ |
| registers.c | 51 sprs spr; local 52 for (spr = 0; spr < nr_of_sprs; spr++) 53 if (spr_is_valid(spr) 54 && !strcmp(name, spr_name(spr)) 55 && spr_index(spr) == spr) 56 return spr; 172 sprs spr = find_spr(reg) local [all...] |
| spreg.h | 102 INLINE_SPREG(int) spr_is_valid(sprs spr); variable 103 INLINE_SPREG(int) spr_is_readonly(sprs spr); variable 104 INLINE_SPREG(const char *) spr_name(sprs spr); variable 105 INLINE_SPREG(int) spr_index(sprs spr); variable 106 INLINE_SPREG(int) spr_length(sprs spr); variable
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| registers.c | 51 sprs spr; local 52 for (spr = 0; spr < nr_of_sprs; spr++) 53 if (spr_is_valid(spr) 54 && !strcmp(name, spr_name(spr)) 55 && spr_index(spr) == spr) 56 return spr; 172 sprs spr = find_spr(reg) local [all...] |
| spreg.h | 102 INLINE_SPREG(int) spr_is_valid(sprs spr); variable 103 INLINE_SPREG(int) spr_is_readonly(sprs spr); variable 104 INLINE_SPREG(const char *) spr_name(sprs spr); variable 105 INLINE_SPREG(int) spr_index(sprs spr); variable 106 INLINE_SPREG(int) spr_length(sprs spr); variable
|
| /src/external/gpl3/gdb.old/dist/sim/frv/ |
| registers.h | 43 FRV_SPR_CONTROL_INFO *spr; /* SPR implementation details */ member in struct:__anon22220
|
| frv.c | 75 int spr = rn - SIM_FRV_SPR0_REGNUM; local 76 if (! control->spr[spr].implemented) 78 SETTSI (buf, GET_H_SPR (spr)); 124 int spr = rn - SIM_FRV_SPR0_REGNUM; local 125 if (! control->spr[spr].implemented) 127 SET_H_SPR (spr, GETTSI (buf)); 448 frvbf_h_spr_get_handler (SIM_CPU *current_cpu, UINT spr) 451 frv_check_spr_read_access (current_cpu, spr); 765 int spr = i + H_SPR_SR0; local [all...] |
| profile.c | 692 int *spr; local 746 /* This loop handles SPR registers. */ 747 spr = ps->spr_busy; 750 if (*spr <= cycles) 751 *spr = 0; 753 *spr -= cycles; 754 ++spr; 842 int *spr; local 877 /* This loop handles SPR registers. */ 878 spr = ps->spr_busy 1252 int *spr = ps->spr_latency; local 1347 int *spr = ps->spr_latency; local 1549 int *spr = ps->spr_busy; local 1866 int *spr = ps->spr_busy; local [all...] |
| /src/external/gpl3/gdb/dist/sim/frv/ |
| registers.h | 43 FRV_SPR_CONTROL_INFO *spr; /* SPR implementation details */ member in struct:__anon1695
|
| frv.c | 75 int spr = rn - SIM_FRV_SPR0_REGNUM; local 76 if (! control->spr[spr].implemented) 78 SETTSI (buf, GET_H_SPR (spr)); 124 int spr = rn - SIM_FRV_SPR0_REGNUM; local 125 if (! control->spr[spr].implemented) 127 SET_H_SPR (spr, GETTSI (buf)); 448 frvbf_h_spr_get_handler (SIM_CPU *current_cpu, UINT spr) 451 frv_check_spr_read_access (current_cpu, spr); 765 int spr = i + H_SPR_SR0; local [all...] |
| profile.c | 692 int *spr; local 746 /* This loop handles SPR registers. */ 747 spr = ps->spr_busy; 750 if (*spr <= cycles) 751 *spr = 0; 753 *spr -= cycles; 754 ++spr; 842 int *spr; local 877 /* This loop handles SPR registers. */ 878 spr = ps->spr_busy 1252 int *spr = ps->spr_latency; local 1347 int *spr = ps->spr_latency; local 1549 int *spr = ps->spr_busy; local 1866 int *spr = ps->spr_busy; local [all...] |
| /src/sys/arch/powerpc/powerpc/ |
| fixup.c | 48 #include <powerpc/spr.h> 50 #include <powerpc/include/oea/spr.h> 132 const u_int spr = (rb << 5) | ra; local 133 KASSERT(spr == SPR_LR); 141 const u_int spr = (rb << 5) | ra; local 143 KASSERT(spr == SPR_CTR);
|
| db_disasm.c | 796 u_int spr; local 803 spr = sprh << 5 | sprl; 811 if (spr == regs[i].reg) 814 db_printf("[unknown special reg (%d)]", spr); 818 if (popcode->name[1] == 't') /* spr is destination */
|
| /src/sys/arch/evbppc/nintendo/ |
| pic_pi.c | 45 #include <powerpc/include/spr.h> 46 #include <powerpc/include/oea/spr.h> 106 pi_ipi_ack(const u_int cpu_num, register_t spr) 109 mtspr(SPR_SCR, spr & ~SPR_SCR_IPI_PEND(cpu_num)); 110 spr = mfspr(SPR_SCR); 111 } while ((spr & SPR_SCR_IPI_PEND(cpu_num)) != 0); 124 register_t spr = mfspr(SPR_SCR); local 126 if ((spr & SPR_SCR_IPI_PEND(cpu_num)) != 0) { 127 pi_ipi_ack(cpu_num, spr);
|
| machdep.c | 111 #include <powerpc/spr.h> 115 #include <powerpc/oea/spr.h> 384 register_t scratch, spr; local 409 spr = mfspr(IBM750CL_SPR_HID4); 410 spr |= HID4_L2_CCFI; 411 spr |= HID4_DBP; 412 mtspr(IBM750CL_SPR_HID4, spr); 417 spr = mfspr(SPR_IBMESPRESSO_HID5); 418 mtspr(SPR_IBMESPRESSO_HID5, spr | HID5_H5A | HID5_PIRE); 420 spr = mfspr(SPR_SCR) [all...] |
| /src/sys/dev/marvell/ |
| mvspi.c | 156 uint32_t ctl = 0, spr, sppr; local 189 * SPI actual frequency = core_clk / (SPR * (2 ^ SPPR)) 190 * Try to find the minimal SPR and SPPR values that offer 194 for (spr = 1; spr <= MVSPI_SPR_MAXVALUE; spr++) { 196 divider = spr * (1 << sppr); 203 best_spr = spr; 212 best_spr = spr;
|
| /src/external/gpl3/gdb.old/dist/sim/or1k/ |
| or1k-sim.h | 106 UWI spr[NUM_SPR]; member in struct:or1k_sim_cpu
|
| /src/external/gpl3/gdb/dist/sim/or1k/ |
| or1k-sim.h | 106 UWI spr[NUM_SPR]; member in struct:or1k_sim_cpu
|
| /src/external/bsd/wpa/dist/src/ap/ |
| ieee802_11_he.c | 324 struct ieee80211_spatial_reuse *spr; local 328 if (!hapd->iface->conf->spr.sr_control) 331 if (hapd->iface->conf->spr.sr_control & 335 if (hapd->iface->conf->spr.sr_control & 343 spr = (struct ieee80211_spatial_reuse *) pos; 344 os_memset(spr, 0, sizeof(*spr)); 346 spr->sr_ctrl = hapd->iface->conf->spr.sr_control; 348 spr_param = spr->params [all...] |
| /src/external/gpl3/binutils/dist/opcodes/ |
| microblaze-dis.c | 132 char *spr; local 137 spr = "msr"; 140 spr = "pc"; 143 spr = "ear"; 146 spr = "esr"; 149 spr = "fsr"; 152 spr = "btr"; 155 spr = "edr"; 158 spr = "pid"; 161 spr = "zpr" [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| microblaze-dis.c | 132 char *spr; local 137 spr = "msr"; 140 spr = "pc"; 143 spr = "ear"; 146 spr = "esr"; 149 spr = "fsr"; 152 spr = "btr"; 155 spr = "edr"; 158 spr = "pid"; 161 spr = "zpr" [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| microblaze-dis.c | 132 char *spr; local 137 spr = "msr"; 140 spr = "pc"; 143 spr = "ear"; 146 spr = "esr"; 149 spr = "fsr"; 152 spr = "btr"; 155 spr = "edr"; 158 spr = "pid"; 161 spr = "zpr" [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| microblaze-dis.c | 132 char *spr; local 137 spr = "msr"; 140 spr = "pc"; 143 spr = "ear"; 146 spr = "esr"; 149 spr = "fsr"; 152 spr = "btr"; 155 spr = "edr"; 158 spr = "pid"; 161 spr = "zpr" [all...] |
| /src/sbin/pppoectl/ |
| pppoectl.c | 95 static struct spppauthcfg spr; variable in typeref:struct:spppauthcfg 217 memset(&spr, 0, sizeof spr); 218 strncpy(spr.ifname, ifname, sizeof spr.ifname); 219 spr.myauth = SPPP_AUTHPROTO_NOCHG; 220 spr.hisauth = SPPP_AUTHPROTO_NOCHG; 257 if (ioctl(s, SPPPGETAUTHCFG, &spr) == -1) 260 if (spr.myname_length) 261 if ((spr.myname = malloc(spr.myname_length)) == NULL [all...] |
| /src/sys/arch/powerpc/oea/ |
| cpu_subr.c | 60 #include <powerpc/spr.h> 63 #include <powerpc/oea/spr.h> 382 register_t spr; local 384 spr = mfspr(SPR_IBMESPRESSO_HID4); 385 mtspr(SPR_IBMESPRESSO_HID4, spr | HID4_H4A | HID4_SBE); 387 spr = mfspr(SPR_HID0); 388 mtspr(SPR_HID0, spr | HID0_ABE); 824 register_t spr; local 828 spr = HID4_H4A | HID4_L2FM_64B | HID4_BPD_4 | 831 mtspr(SPR_IBMESPRESSO_HID4, spr); [all...] |
| /src/sys/dev/pci/ |
| wcfb.c | 797 uint32_t spr, splr; local 801 * Pick the current spr and splr values from the communication 805 spr = sc->sc_comm[IFB_SHARED_TERM8_SPR >> 2]; 811 spr = 0x54ff0303; 818 bus_space_write_4(sc->sc_regt, sc->sc_regh, reg, spr);
|