Lines Matching full:parameters
22 * permissions, alignment and other parameters for memory that can be used
25 * and let architectures define parameters for ranges suitable for
28 * @EXECMEM_DEFAULT: default parameters that would be used for types that
30 * @EXECMEM_MODULE_TEXT: parameters for module text sections
31 * @EXECMEM_KPROBES: parameters for kprobes
32 * @EXECMEM_FTRACE: parameters for ftrace
33 * @EXECMEM_BPF: parameters for BPF
34 * @EXECMEM_MODULE_DATA: parameters for module data sections
131 * struct execmem_info - architecture parameters for code allocations
133 * parameters for executable memory allocations. The ranges that are not
134 * explicitly initialized by an architecture use parameters defined for
142 * execmem_arch_setup - define parameters for allocations of executable memory
144 * A hook for architectures to define parameters for allocations of
145 * executable memory. These parameters should be filled into the
149 * parameters will be used
151 * Return: a structure defining architecture parameters and restrictions