# Functions
HaveBoundedLoops probes the running kernel if bounded loops are supported.
HaveLargeInstructions probes the running kernel if more than 4096 instructions per program are supported.
HaveMapFlag probes the running kernel for the availability of the specified map flag.
HaveMapType probes the running kernel for the availability of the specified map type.
HaveProgramHelper probes the running kernel for the availability of the specified helper function to a specified program type.
HaveProgramType probes the running kernel for the availability of the specified program type.
HaveV2ISA probes the running kernel if instructions of the v2 ISA are supported.
HaveV3ISA probes the running kernel if instructions of the v3 ISA are supported.
HaveV4ISA probes the running kernel if instructions of the v4 ISA are supported.
LinuxVersionCode returns the version of the currently running kernel as defined in the LINUX_VERSION_CODE compile-time macro.
# Constants
Flags which may be feature probed.
Flags which may be feature probed.
Flags which may be feature probed.
Flags which may be feature probed.
Flags which may be feature probed.
# Variables
HaveProgType probes the running kernel for the availability of the specified program type.
# Type aliases
MapFlags document which flags may be feature probed.