Searched refs:prolog (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/arch/hexagon/lib/ |
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-v5.4/drivers/s390/char/ |
D | con3270.c | 212 char wcc, prolog[6]; in con3270_update() local 256 prolog[0] = TO_SBA; in con3270_update() 257 prolog[3] = TO_SA; in con3270_update() 258 prolog[4] = TAT_COLOR; in con3270_update() 259 prolog[5] = TAC_TURQ; in con3270_update() 260 raw3270_buffer_address(cp->view.dev, prolog + 1, in con3270_update() 262 raw3270_request_add_data(wrq, prolog, 6); in con3270_update()
|
/Linux-v5.4/arch/unicore32/ |
D | Makefile | 30 KBUILD_CFLAGS += -mno-sched-prolog
|
/Linux-v5.4/arch/nds32/ |
D | Makefile | 12 KBUILD_CFLAGS += $(call cc-option, -mno-sched-prolog-epilog)
|
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/ |
D | nfp_net_debugdump.c | 722 struct nfp_dump_prolog *prolog = dump->p; in nfp_dump_populate_prolog() local 726 total_size = ALIGN8(sizeof(*prolog)); in nfp_dump_populate_prolog() 732 prolog->dump_level = dump->requested_level; in nfp_dump_populate_prolog()
|
/Linux-v5.4/arch/arm/ |
D | Makefile | 41 KBUILD_CFLAGS += -mapcs -mno-sched-prolog
|
/Linux-v5.4/Documentation/s390/ |
D | s390dbf.rst | 402 'prolog_proc' once for writing the prolog. 455 NULL, /* no prolog */
|
/Linux-v5.4/arch/mips/ |
D | Makefile | 144 cflags-$(CONFIG_SB1XXX_CORELIS) += $(call cc-option,-mno-sched-prolog) \
|
/Linux-v5.4/arch/s390/ |
D | Kconfig | 707 it will emit additional code to each function prolog to trigger
|