Home
last modified time | relevance | path

Searched refs:ci_mtx_oldspl (Results 1 – 25 of 27) sorted by relevance

12

/netbsd/sys/arch/usermode/include/
H A Dcpu.h60 volatile int ci_mtx_oldspl; member
/netbsd/sys/sys/
H A Dmutex.h164 #define MUTEX_SPIN_OLDSPL(ci) ((ci)->ci_mtx_oldspl)
/netbsd/sys/arch/or1k/include/
H A Dcpu.h60 int ci_mtx_oldspl; member
/netbsd/sys/arch/m68k/include/
H A Dcpu.h177 int ci_mtx_oldspl; member
/netbsd/sys/arch/ia64/include/
H A Dcpu.h98 volatile int ci_mtx_oldspl; /* Old SPL at this ci_idepth */ member
/netbsd/sys/arch/sh3/include/
H A Dcpu.h60 int ci_mtx_oldspl; member
/netbsd/sys/arch/alpha/include/
H A Dcpu.h110 volatile int ci_mtx_oldspl; /* [MI] for spin mutex splx() */ member
/netbsd/sys/arch/vax/include/
H A Dcpu.h123 int ci_mtx_oldspl; /* saved spl */ member
/netbsd/sys/arch/aarch64/include/
H A Dcpu.h128 int ci_mtx_oldspl; member
/netbsd/sys/arch/riscv/include/
H A Dcpu.h67 int ci_mtx_oldspl; member
/netbsd/sys/arch/mips/include/
H A Dcpu.h105 int ci_mtx_oldspl; /* saved SPL value */ member
/netbsd/sys/kern/
H A Dkern_mutex.c153 x__ci->ci_mtx_oldspl = s; \
159 const int s = x__ci->ci_mtx_oldspl; \
/netbsd/sys/arch/arm/include/
H A Dcpu.h234 int ci_mtx_oldspl; member
/netbsd/sys/arch/sparc64/include/
H A Dcpu.h137 int ci_mtx_oldspl; member
/netbsd/sys/arch/hppa/include/
H A Dcpu.h297 int ci_mtx_oldspl; member
/netbsd/sys/arch/sparc/include/
H A Dcpu.h246 int ci_mtx_oldspl; member
/netbsd/sys/arch/x86/include/
H A Dcpu.h143 volatile int ci_mtx_oldspl; /* Old SPL at this ci_idepth */ member
/netbsd/sys/arch/powerpc/include/
H A Dcpu.h121 int ci_mtx_oldspl; member
/netbsd/sys/arch/mips/rmi/
H A Drmixl_cpu.c462 printf("ci_mtx_oldspl %d\n", ci->ci_mtx_oldspl); in rmixl_cpuinfo_print()
/netbsd/sys/arch/vax/vax/
H A Dgenassym.cf95 define CI_MTX_OLDSPL offsetof(struct cpu_info, ci_mtx_oldspl)
/netbsd/sys/arch/alpha/alpha/
H A Dgenassym.cf203 define CPU_INFO_MTX_OLDSPL offsetof(struct cpu_info, ci_mtx_oldspl)
/netbsd/sys/arch/riscv/riscv/
H A Dgenassym.cf148 define CI_MTX_OLDSPL offsetof(struct cpu_info, ci_mtx_oldspl)
/netbsd/sys/arch/powerpc/powerpc/
H A Dgenassym.cf170 define CI_MTX_OLDSPL offsetof(struct cpu_info, ci_mtx_oldspl)
/netbsd/sys/arch/sparc/sparc/
H A Dgenassym.cf169 define CPUINFO_MTX_OLDSPL offsetof(struct cpu_info, ci_mtx_oldspl)
/netbsd/sys/arch/mips/mips/
H A Dgenassym.cf330 define CPU_INFO_MTX_OLDSPL offsetof(struct cpu_info, ci_mtx_oldspl)

12