HomeSort by: relevance | last modified time | path
    Searched defs:psl (Results 1 - 25 of 58) sorted by relevancy

1 2 3

  /src/sys/arch/i386/stand/lib/
gatea20.c 37 u_long psl; local
51 psl = x86_read_psl();
79 x86_write_psl(psl);
gatea20.c 37 u_long psl; local
51 psl = x86_read_psl();
79 x86_write_psl(psl);
  /src/sys/arch/vax/include/
reg.h 50 int psl; /* User psl */ member in struct:reg
reg.h 50 int psl; /* User psl */ member in struct:reg
  /src/sys/arch/alpha/common/
shared_intr.c 212 const unsigned long psl = alpha_pal_swpipl(ALPHA_PSL_IPL_HIGH); local
222 alpha_pal_swpipl(psl);
shared_intr.c 212 const unsigned long psl = alpha_pal_swpipl(ALPHA_PSL_IPL_HIGH); local
222 alpha_pal_swpipl(psl);
  /src/sys/arch/x86/x86/
cpu_rng.c 203 u_long psl; local
215 psl = x86_read_psl();
228 x86_write_psl(psl);
cpu_rng.c 203 u_long psl; local
215 psl = x86_read_psl();
228 x86_write_psl(psl);
fpu.c 287 u_long psl; local
292 psl = x86_read_psl();
301 x86_write_psl(psl);
  /src/external/cddl/osnet/dev/fbt/x86/
fbt_isa.c 184 u_long psl, cr0; local
187 psl = x86_read_psl();
207 /* Restore the PSL, potentially re-enabling interrupts. */
208 x86_write_psl(psl);
fbt_isa.c 184 u_long psl, cr0; local
187 psl = x86_read_psl();
207 /* Restore the PSL, potentially re-enabling interrupts. */
208 x86_write_psl(psl);
  /src/sys/arch/alpha/alpha/
db_interface.c 197 unsigned long psl; local
226 psl = alpha_pal_swpipl(ALPHA_PSL_IPL_HIGH);
236 alpha_pal_swpipl(psl);
db_interface.c 197 unsigned long psl; local
226 psl = alpha_pal_swpipl(ALPHA_PSL_IPL_HIGH);
236 alpha_pal_swpipl(psl);
  /src/sys/arch/alpha/pci/
pci_6600.c 331 const unsigned long psl = alpha_pal_swpipl(ALPHA_PSL_IPL_HIGH); local
345 alpha_pal_swpipl(psl);
pci_kn8ae.c 317 const u_long psl = alpha_pal_swpipl(ALPHA_PSL_IPL_HIGH); local
320 alpha_pal_swpipl(psl);
pci_6600.c 331 const unsigned long psl = alpha_pal_swpipl(ALPHA_PSL_IPL_HIGH); local
345 alpha_pal_swpipl(psl);
  /src/sys/arch/x86/isa/
clock.c 402 u_long psl; local
405 psl = x86_read_psl();
422 x86_write_psl(psl);
431 u_long psl; local
437 psl = x86_read_psl();
445 x86_write_psl(psl);
  /src/sys/arch/xen/x86/
xen_intr.c 115 u_long psl; local
118 psl = curcpu()->ci_vcpu->evtchn_upcall_mask;
121 return psl;
125 xen_write_psl(u_long psl)
131 ci->ci_vcpu->evtchn_upcall_mask = psl;
133 if (__predict_false(ci->ci_vcpu->evtchn_upcall_pending) && psl == 0)
  /src/usr.bin/sed/
process.c 74 #define psl PS.len macro
99 fwrite(ps, 1, psl, outfile); \
143 psl = 0;
153 if (psl == 0 ||
154 (p = memchr(ps, '\n', psl - 1)) == NULL) {
158 psl -= (size_t)((p + 1) - ps);
159 memmove(ps, p + 1, psl);
170 cspace(&HS, ps, psl, REPLACE);
174 cspace(&HS, ps, psl, APPEND);
180 lputs(ps, psl);
    [all...]
  /src/external/gpl3/binutils/dist/libiberty/
pex-unix.c 244 struct status_list *psl; local
291 psl = XNEW (struct status_list);
292 psl->pid = cpid;
293 psl->status = *status;
295 psl->time = pt;
296 psl->next = (struct status_list *) obj->sysdep;
297 obj->sysdep = (void *) psl;
  /src/external/gpl3/binutils.old/dist/libiberty/
pex-unix.c 244 struct status_list *psl; local
291 psl = XNEW (struct status_list);
292 psl->pid = cpid;
293 psl->status = *status;
295 psl->time = pt;
296 psl->next = (struct status_list *) obj->sysdep;
297 obj->sysdep = (void *) psl;
  /src/external/gpl3/gcc/dist/libiberty/
pex-unix.c 244 struct status_list *psl; local
291 psl = XNEW (struct status_list);
292 psl->pid = cpid;
293 psl->status = *status;
295 psl->time = pt;
296 psl->next = (struct status_list *) obj->sysdep;
297 obj->sysdep = (void *) psl;
  /src/external/gpl3/gcc.old/dist/libiberty/
pex-unix.c 241 struct status_list *psl; local
288 psl = XNEW (struct status_list);
289 psl->pid = cpid;
290 psl->status = *status;
292 psl->time = pt;
293 psl->next = (struct status_list *) obj->sysdep;
294 obj->sysdep = (void *) psl;
  /src/external/gpl3/gdb/dist/libiberty/
pex-unix.c 244 struct status_list *psl; local
291 psl = XNEW (struct status_list);
292 psl->pid = cpid;
293 psl->status = *status;
295 psl->time = pt;
296 psl->next = (struct status_list *) obj->sysdep;
297 obj->sysdep = (void *) psl;
  /src/external/gpl3/gdb.old/dist/libiberty/
pex-unix.c 244 struct status_list *psl; local
291 psl = XNEW (struct status_list);
292 psl->pid = cpid;
293 psl->status = *status;
295 psl->time = pt;
296 psl->next = (struct status_list *) obj->sysdep;
297 obj->sysdep = (void *) psl;

Completed in 90 milliseconds

1 2 3