Home
last modified time | relevance | path

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

/linux-6.12.1/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-6.12.1/Documentation/translations/zh_CN/dev-tools/
Dkcov.rst299 #define KCOV_INSTANCE_MASK (0xffffffffull)
303 if (subsys & ~KCOV_SUBSYSTEM_MASK || inst & ~KCOV_INSTANCE_MASK)
/linux-6.12.1/kernel/
Dkcov.c571 if (handle & ~(KCOV_SUBSYSTEM_MASK | KCOV_INSTANCE_MASK)) in kcov_check_handle()
575 return (handle & KCOV_INSTANCE_MASK) ? in kcov_check_handle()
/linux-6.12.1/Documentation/dev-tools/
Dkcov.rst314 #define KCOV_INSTANCE_MASK (0xffffffffull)
318 if (subsys & ~KCOV_SUBSYSTEM_MASK || inst & ~KCOV_INSTANCE_MASK)