Lines Matching full:parameters
21 * permissions, alignment and other parameters for memory that can be used
24 * and let architectures define parameters for ranges suitable for
27 * @EXECMEM_DEFAULT: default parameters that would be used for types that
29 * @EXECMEM_MODULE_TEXT: parameters for module text sections
30 * @EXECMEM_KPROBES: parameters for kprobes
31 * @EXECMEM_FTRACE: parameters for ftrace
32 * @EXECMEM_BPF: parameters for BPF
33 * @EXECMEM_MODULE_DATA: parameters for module data sections
93 * struct execmem_info - architecture parameters for code allocations
95 * parameters for executable memory allocations. The ranges that are not
96 * explicitly initialized by an architecture use parameters defined for
104 * execmem_arch_setup - define parameters for allocations of executable memory
106 * A hook for architectures to define parameters for allocations of
107 * executable memory. These parameters should be filled into the
111 * parameters will be used
113 * Return: a structure defining architecture parameters and restrictions