Searched refs:prolog (Results 1 – 4 of 4) sorted by relevance
/linux/arch/hexagon/lib/ |
H A D | memcpy.S | 168 #define prolog R15 /* bytes in prolog */ macro 210 prolog = sub(#0, ptr_out); define 222 prolog &= lsr(mask, back); 237 noprolog = bitsclr(prolog, #7); 238 prolog = and(prolog, #31); define 243 kernel = sub(len, prolog); 244 shift = asl(prolog, #3); 245 star3 = and(prolog, #7); 249 prolog = lsr(prolog, #3); define 251 ptr_out_p_32 = add(ptr_out, prolog); [all …]
|
/linux/arch/arm/ |
H A D | Makefile | 40 KBUILD_CFLAGS += -mapcs -mno-sched-prolog
|
/linux/Documentation/arch/s390/ |
H A D | s390dbf.rst | 393 'prolog_proc' once for writing the prolog. 446 NULL, /* no prolog */
|
/linux/arch/mips/ |
H A D | Makefile | 108 cflags-$(CONFIG_SB1XXX_CORELIS) += $(call cc-option,-mno-sched-prolog) \
|