HomeSort by: relevance | last modified time | path
    Searched refs:alpha_pal_swpipl (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/arch/alpha/alpha/
pal.s 114 * alpha_pal_swpipl: Swap Interrupt priority level. [PRIVILEGED]
124 LEAF(alpha_pal_swpipl,1)
127 END(alpha_pal_swpipl)
interrupt.c 580 (void) alpha_pal_swpipl(ALPHA_PSL_IPL_HIGH);
583 (void) alpha_pal_swpipl(ipl);
db_interface.c 226 psl = alpha_pal_swpipl(ALPHA_PSL_IPL_HIGH);
236 alpha_pal_swpipl(psl);
autoconf.c 92 (void)alpha_pal_swpipl(ALPHA_PSL_IPL_HIGH);
machdep.c 317 (void)alpha_pal_swpipl(ALPHA_PSL_IPL_HIGH);
pmap.c 1095 alpha_pal_swpipl(IPL_VM);
  /src/sys/arch/alpha/pci/
pci_kn8ae.c 317 const u_long psl = alpha_pal_swpipl(ALPHA_PSL_IPL_HIGH);
320 alpha_pal_swpipl(psl);
pci_6600.c 331 const unsigned long psl = alpha_pal_swpipl(ALPHA_PSL_IPL_HIGH);
345 alpha_pal_swpipl(psl);
  /src/sys/arch/alpha/include/
intr.h 161 return (s > cur ? (int)alpha_pal_swpipl(s) : cur);
alpha_cpu.h 486 alpha_pal_swpipl(unsigned long ipl) function in typeref:typename:unsigned long
  /src/sys/arch/alpha/common/
shared_intr.c 212 const unsigned long psl = alpha_pal_swpipl(ALPHA_PSL_IPL_HIGH);
222 alpha_pal_swpipl(psl);

Completed in 21 milliseconds