Lines Matching full:executable
18 * enum execmem_type - types of executable memory ranges
20 * There are several subsystems that allocate executable memory.
24 * Types in this enum identify subsystems that allocate executable memory
48 * enum execmem_range_flags - options for executable memory allocations
77 * [@ptr, @ptr + @size) as writable and not executable. The caller must
133 * parameters for executable memory allocations. The ranges that are not
142 * execmem_arch_setup - define parameters for allocations of executable memory
145 * executable memory. These parameters should be filled into the
152 * for allocations of executable memory
157 * execmem_alloc - allocate executable memory
161 * Allocates memory that will contain executable code, either generated or
164 * Allocates memory that will contain data coupled with executable code,
167 * The memory will have protections defined by architecture for executable
175 * execmem_free - free executable memory
195 * execmem_update_copy - copy an update to executable memory