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

1 2

  /src/sys/arch/i386/stand/lib/
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
cpu.h 52 #include <machine/psl.h>
182 register_t psl; local
183 __asm("movpsl %0" : "=g"(psl));
184 return (psl & PSL_IS) != 0;
  /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);
  /src/sys/arch/x86/x86/
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);
cpu.c 823 u_long psl; local
861 psl = x86_read_psl();
864 x86_write_psl(psl);
875 u_long psl; local
891 psl = x86_read_psl();
894 x86_write_psl(psl);
spectre.c 287 u_long psl = 0; local
291 psl = x86_read_psl();
313 x86_write_psl(psl);
641 u_long psl = 0; local
644 psl = x86_read_psl();
664 x86_write_psl(psl);
intr.c 764 const u_long psl = x86_read_psl(); local
774 x86_write_psl(psl);
793 u_long psl; local
805 psl = x86_read_psl();
828 x86_write_psl(psl);
1069 const u_long psl = x86_read_psl(); local
1110 x86_write_psl(psl);
1189 u_long psl; local
1198 psl = x86_read_psl();
1221 x86_write_psl(psl);
1587 u_long psl; local
1611 u_long psl; local
1641 u_long psl; local
1826 u_long psl; local
1871 u_long psl; local
    [all...]
  /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);
  /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);
  /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);
  /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;
  /src/sys/arch/xen/xen/
evtchn.c 826 const u_long psl = x86_read_psl(); local
856 x86_write_psl(psl);
1012 const u_long psl = x86_read_psl(); local
1043 x86_write_psl(psl);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_dpm.c 398 ATOM_PPLIB_PhaseSheddingLimits_Table *psl = local
405 kcalloc(psl->ucNumEntries,
413 entry = &psl->entries[0];
414 for (i = 0; i < psl->ucNumEntries; i++) {
425 psl->ucNumEntries;
  /src/external/mpl/bind/dist/lib/isc/
hashmap.c 75 uint32_t psl; member in struct:hashmap_node
142 .psl = 0,
160 ", psl = %" PRIu32 ", key = %s\n",
162 node->hashval, node->psl, (char *)node->key);
257 uint32_t psl; local
262 psl = 0;
268 pos = (hash + psl) & hashmap->tables[idx].hashmask;
272 if (node->key == NULL || psl > node->psl) {
278 *pslp = psl;
459 uint32_t psl = 0; local
508 uint32_t psl = 0; local
583 uint32_t psl; local
    [all...]

Completed in 58 milliseconds

1 2