Home
last modified time | relevance | path

Searched refs:KCOV_INSTANCE_MASK (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/include/uapi/linux/
Dkcov.h54 #define KCOV_INSTANCE_MASK (0xffffffffull) macro
58 if (subsys & ~KCOV_SUBSYSTEM_MASK || inst & ~KCOV_INSTANCE_MASK) in kcov_remote_handle()
/Linux-v5.10/Documentation/dev-tools/
Dkcov.rst274 #define KCOV_INSTANCE_MASK (0xffffffffull)
278 if (subsys & ~KCOV_SUBSYSTEM_MASK || inst & ~KCOV_INSTANCE_MASK)
/Linux-v5.10/kernel/
Dkcov.c546 if (handle & ~(KCOV_SUBSYSTEM_MASK | KCOV_INSTANCE_MASK)) in kcov_check_handle()
550 return (handle & KCOV_INSTANCE_MASK) ? in kcov_check_handle()