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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_nv50.c 245 nv50_gr_prop_trap(struct nv50_gr *gr, u32 ustatus_addr, u32 ustatus, u32 tp)
259 if (ustatus & 0x00000080) {
274 ustatus &= ~0x00000080;
276 if (ustatus) {
277 nvkm_snprintbf(msg, sizeof(msg), nv50_gr_trap_prop, ustatus);
280 tp, ustatus, msg, e14, e10);
339 u32 ustatus_addr, ustatus; local in function:nv50_gr_tp_trap
347 ustatus = nvkm_rd32(device, ustatus_addr) & 0x7fffffff;
348 if (!ustatus)
358 if (ustatus) {
406 u32 ustatus; local in function:nv50_gr_trap_handler
491 u32 ustatus = nvkm_rd32(device, 0x406800) & 0x7fffffff; local in function:nv50_gr_trap_handler
514 u32 ustatus = nvkm_rd32(device, 0x400c04) & 0x7fffffff; local in function:nv50_gr_trap_handler
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
linux_syscall_hooks.h 1554 #define __sanitizer_syscall_pre_spu_run(fd, unpc, ustatus) \
1556 (long)(ustatus))
1557 #define __sanitizer_syscall_post_spu_run(res, fd, unpc, ustatus) \
1559 (long)(ustatus))
2894 void __sanitizer_syscall_pre_impl_spu_run(long fd, long unpc, long ustatus);
2896 long ustatus);

Completed in 15 milliseconds