Home
last modified time | relevance | path

Searched refs:alpha_pal_swpipl (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/sys/arch/alpha/alpha/
Dpal.s125 LEAF(alpha_pal_swpipl,1)
128 END(alpha_pal_swpipl)
Dmachdep.c226 (void)alpha_pal_swpipl(ALPHA_PSL_IPL_HIGH);
1648 alpha_pal_swpipl(s); in fpusave_cpu()
1677 alpha_pal_swpipl(s); in fpusave_proc()
1685 alpha_pal_swpipl(s); in fpusave_proc()
1695 alpha_pal_swpipl(s); in fpusave_proc()
1700 alpha_pal_swpipl(s); in fpusave_proc()
1718 (void) alpha_pal_swpipl(ALPHA_PSL_IPL_SOFT); in spl0()
1722 return (alpha_pal_swpipl(ALPHA_PSL_IPL_0)); in spl0()
Dinterrupt.c593 return (s > cur ? alpha_pal_swpipl(s) : cur); in splraise()
615 alpha_pal_swpipl(wantipl); in splassert_check()
Dautoconf.c99 (void)alpha_pal_swpipl(ALPHA_PSL_IPL_HIGH); in cpu_configure()
Dcpu.c607 (void) alpha_pal_swpipl(ALPHA_PSL_IPL_0); in cpu_hatch()
Dtrap.c637 alpha_pal_swpipl(s); in alpha_enable_fp()
/openbsd/src/sys/arch/alpha/include/
Dintr.h171 ((s) == ALPHA_PSL_IPL_0 ? spl0() : (int)alpha_pal_swpipl(s))
Dalpha_cpu.h447 alpha_pal_swpipl(unsigned long ipl) in alpha_pal_swpipl() function