HomeSort by: relevance | last modified time | path
    Searched refs:machdep (Results 1 - 25 of 254) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/sys/arch/evbarm/fdt/
machdep.h 1 /* $NetBSD: machdep.h,v 1.1 2018/08/03 13:48:24 skrll Exp $ */
36 #include <aarch64/machdep.h>
40 #include <arm/arm32/machdep.h>
  /src/etc/etc.evbarm/
ld.so.conf 1 libc.so.12 machdep.fpu_present 1:libc_vfp.so.0,libc.so.12
  /src/etc/etc.evbppc/
ld.so.conf 1 libc.so.12 machdep.no_unaligned 1:libc_aligned.so.0,libc.so.12
  /src/etc/etc.sparc/
ld.so.conf 1 libc.so.12 machdep.cpu_arch 8:libsparc_v8.so.0,libc.so.12 9:libsparc_v8.so.0,libc.so.12
  /src/sys/arch/riscv/riscv/
softint_machdep.c 71 softint_init_md(lwp_t *l, u_int level, uintptr_t *machdep)
76 *machdep = 1 << SOFTINT2IPL(level);
77 KASSERT(level != SOFTINT_CLOCK || *machdep == (1 << (IPL_SOFTCLOCK - IPL_SOFTCLOCK)));
78 KASSERT(level != SOFTINT_BIO || *machdep == (1 << (IPL_SOFTBIO - IPL_SOFTCLOCK)));
79 KASSERT(level != SOFTINT_NET || *machdep == (1 << (IPL_SOFTNET - IPL_SOFTCLOCK)));
80 KASSERT(level != SOFTINT_SERIAL || *machdep == (1 << (IPL_SOFTSERIAL - IPL_SOFTCLOCK)));
  /src/etc/powerd/scripts/
sleep_button 15 elif /sbin/sysctl -q machdep.xen.suspend; then
16 /sbin/sysctl -w machdep.xen.suspend=1
  /src/sys/arch/x86/conf/
files.x86 85 file arch/x86/x86/bus_dma.c machdep
86 file arch/x86/x86/bus_space.c machdep
87 file arch/x86/x86/consinit.c machdep & !xenpv
89 file arch/x86/x86/cpu_topology.c machdep
92 file arch/x86/x86/efi_machdep.c machdep
93 file arch/x86/x86/errata.c machdep
94 file arch/x86/x86/genfb_machdep.c machdep
95 file arch/x86/x86/identcpu.c machdep
96 file arch/x86/x86/identcpu_subr.c machdep
97 file arch/x86/x86/i8259.c machdep & (!xenpv | dom0ops
    [all...]
  /src/sys/arch/riscv/fdt/
cpus_fdt.c 40 #include <machine/machdep.h>
  /src/sys/arch/sun3/sun3/
fpu_machdep.c 47 #include <sun3/sun3/machdep.h>
enable.c 41 #include <sun3/sun3/machdep.h>
  /src/distrib/utils/embedded/conf/
rpi.conf 36 if /sbin/sysctl -q machdep.cpu.frequency.max; then
37 cpufreq_max=\$(/sbin/sysctl -n machdep.cpu.frequency.max)
38 cpufreq_cur=\$(/sbin/sysctl -n machdep.cpu.frequency.current)
40 /sbin/sysctl -w machdep.cpu.frequency.target=\$cpufreq_max
armv7.conf 96 if /sbin/sysctl -q machdep.cpu.frequency.max; then
97 cpufreq_max=\$(/sbin/sysctl -n machdep.cpu.frequency.max)
98 cpufreq_cur=\$(/sbin/sysctl -n machdep.cpu.frequency.current)
100 /sbin/sysctl -w machdep.cpu.frequency.target=\$cpufreq_max
  /src/sys/arch/vax/include/
intr.h 135 softint_trigger(uintptr_t machdep)
137 mtpr(machdep, PR_SIRR);
  /src/sys/arch/arm/arm32/
arm32_reboot.c 137 #include <arm/arm32/machdep.h>
  /src/sys/arch/hppa/hppa/
db_memrw.c 41 #include <hppa/hppa/machdep.h>
  /src/sys/arch/sun2/sun2/
sys_machdep.c 52 #include <sun2/sun2/machdep.h>
  /src/sys/arch/sun3/sun3x/
enable.c 40 #include <sun3/sun3/machdep.h>
  /src/games/rogue/
Makefile 6 SRCS= hit.c init.c inventory.c level.c machdep.c main.c \
  /src/sys/arch/mips/mips/
mips_softint.c 60 softint_init_md(lwp_t *l, u_int si_level, uintptr_t *machdep)
64 *machdep = si_level;
  /src/sys/arch/aarch64/aarch64/
cpu_machdep.c 51 #include <aarch64/machdep.h>
98 softint_init_md(lwp_t *l, u_int level, uintptr_t *machdep)
103 *machdep = 1 << SOFTINT2IPL(level);
105 *machdep == (1 << (IPL_SOFTCLOCK - IPL_SOFTCLOCK)));
107 *machdep == (1 << (IPL_SOFTBIO - IPL_SOFTCLOCK)));
109 *machdep == (1 << (IPL_SOFTNET - IPL_SOFTCLOCK)));
111 *machdep == (1 << (IPL_SOFTSERIAL - IPL_SOFTCLOCK)));
core_machdep.c 45 #include <aarch64/machdep.h>
  /src/sys/arch/powerpc/powerpc/
intr_stubs.c 151 softint_trigger(uintptr_t machdep)
153 (*powerpc_intrsw->intrsw_softint_trigger)(machdep);
softint_machdep.c 117 powerpc_softint_trigger(uintptr_t machdep)
121 atomic_or_uint(&ci->ci_data.cpu_softints, machdep);
  /src/sys/arch/aarch64/include/
locore.h 53 #include <aarch64/machdep.h> /* arm32 compat */
  /src/sys/arch/arm/arm/
trap.c 43 #include <arm/arm32/machdep.h>

Completed in 49 milliseconds

1 2 3 4 5 6 7 8 91011