Searched refs:ALLOC (Results 1 – 6 of 6) sorted by relevance
| /linux/scripts/coccinelle/api/ |
| H A D | kmalloc_objs.cocci | 54 identifier ALLOC =~ "^kv?[mz]alloc$"; 55 fresh identifier ALLOC_OBJ = ALLOC ## "_obj"; 56 fresh identifier ALLOC_FLEX = ALLOC ## "_flex"; 62 - VAR = ALLOC((sizeof(*VAR)), GFP) 65 ALLOC((\(sizeof(STRING)\|sizeof(INTEGRAL)\|sizeof(INTEGRAL *)\)), GFP) 67 BYTES = ALLOC((sizeof(E)), GFP) 69 BYTES = ALLOC((sizeof(TYPE)), GFP) 71 BYTES_PTRS = ALLOC((sizeof(E)), GFP) 73 BYTES_PTRS = ALLOC((sizeof(TYPE)), GFP) 75 ALLOC((sizeof(void *)), GFP) [all …]
|
| /linux/arch/sparc/lib/ |
| H A D | memset.S | 16 #define ALLOC #alloc macro 20 .section .fixup,ALLOC,EXECINSTR; \ 24 .section __ex_table,ALLOC; \ 32 .section .fixup,ALLOC,EXECINSTR; \ 36 .section __ex_table,ALLOC; \
|
| H A D | copy_user.S | 22 #define ALLOC #alloc macro 26 .section __ex_table,ALLOC; \ 33 .section .fixup,ALLOC,EXECINSTR; \ 41 .section .fixup,ALLOC,EXECINSTR; \ 54 .section .fixup,ALLOC,EXECINSTR; \ 61 .section .fixup,ALLOC,EXECINSTR; \
|
| H A D | checksum_32.S | 148 #define ALLOC #alloc macro 152 .section __ex_table,ALLOC; \
|
| /linux/Documentation/arch/x86/ |
| H A D | exception-tables.rst | 172 > CONTENTS, ALLOC, LOAD, READONLY, CODE 174 > CONTENTS, ALLOC, LOAD, READONLY, CODE 176 > CONTENTS, ALLOC, LOAD, READONLY, DATA 178 > CONTENTS, ALLOC, LOAD, READONLY, DATA 180 > CONTENTS, ALLOC, LOAD, DATA 182 > ALLOC
|
| /linux/ |
| H A D | MAINTAINERS | 23176 RUST [ALLOC]
|