|
My Project
|
Macros | |
| #define | BASE_CONTEXT_CREATE_ALLOWED_FLAGS |
| #define | BASE_CONTEXT_CREATE_KERNEL_FLAGS ((u32)BASE_CONTEXT_SYSTEM_MONITOR_SUBMIT_DISABLED) |
| #define | BASEP_CONTEXT_FLAG_JOB_DUMP_DISABLED ((u32)(1 << 31)) |
Enumerations | |
| enum | base_context_create_flags { BASE_CONTEXT_CREATE_FLAG_NONE = 0, BASE_CONTEXT_CCTX_EMBEDDED = (1u << 0), BASE_CONTEXT_SYSTEM_MONITOR_SUBMIT_DISABLED = (1u << 1) } |
| #define BASE_CONTEXT_CREATE_ALLOWED_FLAGS |
Bitpattern describing the base_context_create_flags that can be passed to base_context_init()
| #define BASE_CONTEXT_CREATE_KERNEL_FLAGS ((u32)BASE_CONTEXT_SYSTEM_MONITOR_SUBMIT_DISABLED) |
Bitpattern describing the base_context_create_flags that can be passed to the kernel
| #define BASEP_CONTEXT_FLAG_JOB_DUMP_DISABLED ((u32)(1 << 31)) |
Private flag tracking whether job descriptor dumping is disabled
Flags to pass to ::base_context_init. Flags can be ORed together to enable multiple things.
These share the same space as BASEP_CONTEXT_FLAG_*, and so must not collide with them.
1.8.13