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

12

/freebsd-11-stable/sys/kern/
H A Dkern_timeout.c1543 sbintime_t maxpr, maxt, medpr, medt, now, spr, st, t; local
1555 st = spr = maxt = maxpr = 0;
1576 spr += tmp->c_precision / SBT_1US;
1618 (spr / count) / 1000000, (spr / count) % 1000000,
/freebsd-11-stable/sys/powerpc/powermac/
H A Dplatform_powermac.c49 #include <machine/spr.h>
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dmachdep.c123 #include <machine/spr.h>
H A Ddb_disasm.c803 u_int spr; local
810 spr = sprh << 5 | sprl;
818 if (spr == regs[i].reg)
821 APP_PSTR("[unknown special reg (%d)]", spr);
825 if (popcode->name[1] == 't') /* spr is destination */
H A Dcpu.c75 #include <machine/spr.h>
H A Dtrap.c73 #include <machine/spr.h>
/freebsd-11-stable/sys/powerpc/mpc85xx/
H A Dmpc85xx.c46 #include <machine/spr.h>
H A Dplatform_mpc85xx.c48 #include <machine/spr.h>
/freebsd-11-stable/sys/powerpc/pseries/
H A Dplatform_chrp.c47 #include <machine/spr.h>
/freebsd-11-stable/sys/powerpc/aim/
H A Daim_machdep.c123 #include <machine/spr.h>
/freebsd-11-stable/crypto/openssl/crypto/des/
H A DMakefile45 HEADER= des_locl.h rpc_des.h spr.h des_ver.h $(EXHEADER)
150 des_enc.o: des_enc.c des_locl.h ncbc_enc.c spr.h
/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_ppc970.c37 #include <machine/spr.h>
H A Dhwpmc_mpc7xxx.c38 #include <machine/spr.h>
/freebsd-11-stable/sys/powerpc/booke/
H A Dlocore.S36 #include <machine/spr.h>
H A Dpmap.c91 #include <machine/spr.h>
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dap_config.h986 struct spatial_reuse spr; member in struct:hostapd_config
/freebsd-11-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);
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dppc-opc.c1192 /* If this is mfsprg4..7 then use spr 260..263 which can be read in
1193 user mode. Anything else must use spr 272..279. */
1207 /* mfsprg can use 260..263 and 272..279. mtsprg only uses spr 272..279
1538 #define XSPR(op, xop, spr) \
1539 (X ((op), (xop)) | ((((unsigned long)(spr)) & 0x1f) << 16) | ((((unsigned long)(spr)) & 0x3e0) << 6))
/freebsd-11-stable/lib/libpmc/
H A Dlibpmc.c2607 __P4SETMASK(spr);

Completed in 190 milliseconds

12