Home
last modified time | relevance | path

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

/linux-5.19.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-5.19.10/kernel/
Dkcov.c553 if (handle & ~(KCOV_SUBSYSTEM_MASK | KCOV_INSTANCE_MASK)) in kcov_check_handle()
557 return (handle & KCOV_INSTANCE_MASK) ? in kcov_check_handle()
/linux-5.19.10/Documentation/dev-tools/
Dkcov.rst279 #define KCOV_INSTANCE_MASK (0xffffffffull)
283 if (subsys & ~KCOV_SUBSYSTEM_MASK || inst & ~KCOV_INSTANCE_MASK)