Searched refs:spr (Results 26 - 50 of 52) sorted by relevance

123

/freebsd-12-stable/sys/powerpc/powerpc/
H A Dswtch32.S67 #include <machine/spr.h>
H A Ddb_trace.c43 #include <machine/spr.h>
H A Ddb_disasm.c805 u_int spr; local
812 spr = sprh << 5 | sprl;
820 if (spr == regs[i].reg)
823 APP_PSTR("[unknown special reg (%d)]", spr);
827 if (popcode->name[1] == 't') /* spr is destination */
H A Dswtch64.S65 #include <machine/spr.h>
H A Dcpu.c79 #include <machine/spr.h>
H A Dtrap.c73 #include <machine/spr.h>
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp213 uint32_t spr = Bits32(opcode, 20, 11); local
218 if (rt != gpr_r0_ppc64le || spr != SPR_LR)
/freebsd-12-stable/sys/dev/bhnd/bcma/
H A Dbcma_erom.c969 struct bcma_erom_sport_region spr; local
986 error = bcma_erom_parse_sport_region(erom, &spr);
1005 if (spr.region_port != port_num ||
1006 spr.region_type != region_type)
1025 map->m_base = spr.base_addr;
1026 map->m_size = spr.size;
/freebsd-12-stable/sys/compat/linux/
H A Dlinux_mib.c190 linux_find_prison(struct prison *spr, struct prison **prp) argument
195 for (pr = spr;; pr = pr->pr_parent) {
/freebsd-12-stable/sys/powerpc/aim/
H A Dmp_cpudep.c47 #include <machine/spr.h>
H A Daim_machdep.c122 #include <machine/spr.h>
/freebsd-12-stable/sys/powerpc/mpc85xx/
H A Dmpc85xx.c48 #include <machine/spr.h>
H A Dplatform_mpc85xx.c51 #include <machine/spr.h>
/freebsd-12-stable/sys/powerpc/ps3/
H A Dplatform_ps3.c50 #include <machine/spr.h>
/freebsd-12-stable/sys/kern/
H A Dkern_timeout.c1558 sbintime_t maxpr, maxt, medpr, medt, now, spr, st, t; local
1570 st = spr = maxt = maxpr = 0;
1591 spr += tmp->c_precision / SBT_1US;
1633 (spr / count) / 1000000, (spr / count) % 1000000,
/freebsd-12-stable/sys/powerpc/booke/
H A Dbooke_machdep.c126 #include <machine/spr.h>
H A Dlocore.S36 #include <machine/spr.h>
/freebsd-12-stable/sys/powerpc/ofw/
H A Dofwcall64.S32 #include <machine/spr.h>
/freebsd-12-stable/sys/powerpc/powermac/
H A Dplatform_powermac.c51 #include <machine/spr.h>
/freebsd-12-stable/sys/powerpc/powernv/
H A Dplatform_powernv.c48 #include <machine/spr.h>
/freebsd-12-stable/sys/powerpc/pseries/
H A Dplatform_chrp.c50 #include <machine/spr.h>
/freebsd-12-stable/contrib/wpa/src/ap/
H A Dap_config.h986 struct spatial_reuse spr; member in struct:hostapd_config
/freebsd-12-stable/sys/dev/hwpmc/
H A Dhwpmc_ppc970.c39 #include <machine/spr.h>
H A Dhwpmc_mpc7xxx.c40 #include <machine/spr.h>
/freebsd-12-stable/contrib/wpa/hostapd/
H A Dconfig_file.c3553 conf->spr.sr_control = atoi(pos) & 0xff;
3555 conf->spr.non_srg_obss_pd_max_offset = atoi(pos);
3557 conf->spr.srg_obss_pd_min_offset = atoi(pos);
3559 conf->spr.srg_obss_pd_max_offset = atoi(pos);

Completed in 172 milliseconds

123