/src/regress/sys/kern/ |
Makefile | 3 SUBDIR+= execve getcwd ras unfdpass
|
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ |
amdgpu_vega20_baco.c | 82 struct amdgpu_ras *ras = amdgpu_ras_get_context(adev); local in function:vega20_baco_set_state 93 if (!ras || !ras->supported) {
|
/src/common/lib/libc/arch/mips/atomic/ |
atomic_cas_up.S | 29 #include <sys/ras.h>
|
/src/sys/arch/vax/include/ |
userret.h | 29 #include <sys/ras.h> 43 * Check to see if a RAS was interrupted and restart it if it was.
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_ras.h | 313 /* ras infrastructure */ 314 /* for ras itself. */ 316 /* for IP to check its ras ability. */ 391 /* ras block link */ 461 * 1: ras feature enable (enabled by default) 463 * 2: ras framework init (in ip_init) 473 #define amdgpu_ras_get_context(adev) ((adev)->psp.ras.ras) 474 #define amdgpu_ras_set_context(adev, ras_con) ((adev)->psp.ras.ras = (ras_con) 480 struct amdgpu_ras *ras = amdgpu_ras_get_context(adev); local in function:amdgpu_ras_is_supported 505 struct amdgpu_ras *ras = amdgpu_ras_get_context(adev); local in function:amdgpu_ras_reset_gpu [all...] |
amdgpu_psp.c | 618 // ras begin 625 * physical) for ras ta <-> Driver 629 &psp->ras.ras_shared_bo, 630 &psp->ras.ras_shared_mc_addr, 631 &psp->ras.ras_shared_buf); 657 psp->ras.ras_shared_mc_addr, 664 psp->ras.ras_initialized = true; 665 psp->ras.session_id = cmd->resp.session_id; 688 psp_prep_ta_unload_cmd_buf(cmd, psp->ras.session_id); 706 return psp_ta_invoke(psp, ta_cmd_id, psp->ras.session_id) [all...] |
amdgpu_ras.c | 211 * DOC: AMDGPU RAS debugfs control interface 232 * - 0: disable RAS on the block. Take ::head as its data. 233 * - 1: enable RAS on the block. Take ::head as its data. 247 * echo op block [error [sub_block address value]] > .../ras/ras_ctrl 267 * echo inject umc ue 0x0 0x0 0x0 > /sys/kernel/debug/dri/0/ras/ras_ctrl 268 * echo inject umc ce 0 0 0 > /sys/kernel/debug/dri/0/ras/ras_ctrl 269 * echo disable umc > /sys/kernel/debug/dri/0/ras/ras_ctrl 273 * For disable/enable, please check ras features at 274 * /sys/class/drm/card[0/1/2...]/device/ras/features 277 * /sys/class/drm/card[0/1/2...]/device/ras/[gfx/sdma/...]_err_coun 1405 struct amdgpu_ras *ras = local in function:amdgpu_ras_do_recovery 1724 struct amdgpu_ras *ras = amdgpu_ras_get_context(adev); local in function:amdgpu_ras_request_reset_on_boot [all...] |
/src/sys/kern/ |
kern_ras.c | 40 #include <sys/ras.h> 85 struct ras *rp; 96 DPRINTF(("RAS hit: p=%p %p\n", p, addr)); 114 struct ras *rp, *nrp; 135 struct ras *rp, *nrp; 166 struct ras *rp; 167 struct ras *newrp; 220 struct ras *rp, **link;
|
sys_process.c | 137 #include <sys/ras.h>
|
sys_ptrace.c | 86 #include <sys/ras.h>
|
/src/regress/sys/kern/ras/ras1/ |
ras1.c | 34 #include <sys/ras.h> 68 printf("RAS is not supported on this architecture\n");
|
/src/regress/sys/kern/ras/ras2/ |
ras2.c | 35 #include <sys/ras.h> 70 printf("RAS is not supported on this architecture\n");
|
/src/common/lib/libc/arch/hppa/atomic/ |
atomic_cas_up.S | 32 #include <sys/ras.h>
|
/src/lib/libpthread/arch/hppa/ |
pthread_md.S | 32 #include <sys/ras.h>
|
/src/sys/sys/ |
ras.h | 1 /* $NetBSD: ras.h,v 1.15 2021/01/11 21:51:20 skrll Exp $ */ 39 struct ras { struct 40 struct ras *ras_next; 105 * This is the preferred method of coding a RAS.
|
/src/common/lib/libc/arch/m68k/atomic/ |
atomic_cas_68000.S | 32 #include <sys/ras.h>
|
/src/common/lib/libc/arch/sparc/atomic/ |
atomic_cas_up.S | 29 #include <sys/ras.h>
|
/src/regress/sys/kern/ras/ras3/ |
ras3.c | 35 #include <sys/ras.h> 73 printf("RAS is not supported on this "
|
/src/sys/arch/powerpc/include/ |
userret.h | 40 #include <sys/ras.h> 97 * Check to see if a RAS was interrupted and restart it if it was.
|
/src/lib/libpthread/ |
pthread_spin.c | 43 #include <sys/ras.h>
|
pthread_lock.c | 43 #include <sys/ras.h> 135 * We default to pointing to the RAS primitives; we might need to use
|
/src/common/lib/libc/arch/arm/atomic/ |
atomic_cas_up.S | 32 #include <sys/ras.h>
|
/src/sys/arch/sh3/sh3/ |
locore_c.c | 114 #include <sys/ras.h>
|
/src/sys/compat/netbsd32/ |
netbsd32_kern_proc.c | 91 #include <sys/ras.h>
|
/src/sys/arch/amd64/amd64/ |
netbsd32_machdep_13.c | 58 #include <sys/ras.h>
|