Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dkcov.h54 #define KCOV_INSTANCE_MASK (0xffffffffull) macro
58 if (subsys & ~KCOV_SUBSYSTEM_MASK || inst & ~KCOV_INSTANCE_MASK) in kcov_remote_handle()
/linux-6.3-rc2/kernel/
A Dkcov.c560 if (handle & ~(KCOV_SUBSYSTEM_MASK | KCOV_INSTANCE_MASK)) in kcov_check_handle()
564 return (handle & KCOV_INSTANCE_MASK) ? in kcov_check_handle()
/linux-6.3-rc2/Documentation/dev-tools/
A Dkcov.rst279 #define KCOV_INSTANCE_MASK (0xffffffffull)
283 if (subsys & ~KCOV_SUBSYSTEM_MASK || inst & ~KCOV_INSTANCE_MASK)

Completed in 6 milliseconds