Searched refs:backwards (Results 1 - 10 of 10) sorted by relevance
| /kernel/linux/linux-6.6/mm/kmsan/ |
| H A D | core.c | 91 bool backwards; in kmsan_internal_memmove_metadata() local 124 backwards = dst > src; in kmsan_internal_memmove_metadata() 125 i = backwards ? min(src_slots, dst_slots) - 1 : 0; in kmsan_internal_memmove_metadata() 126 iter = backwards ? -1 : 1; in kmsan_internal_memmove_metadata() 183 * needs to be duplicated, depending on the copy direction (@backwards) in kmsan_internal_memmove_metadata() 188 * backwards = 0: in kmsan_internal_memmove_metadata() 191 * backwards = 1: in kmsan_internal_memmove_metadata() 196 if (backwards) { in kmsan_internal_memmove_metadata()
|
| /kernel/linux/linux-5.10/scripts/ |
| H A D | patch-kernel | 97 backwards () { function 229 # Don't allow backwards/reverse patching. 231 backwards
|
| /kernel/linux/linux-6.6/scripts/ |
| H A D | patch-kernel | 97 backwards () { function 229 # Don't allow backwards/reverse patching. 231 backwards
|
| /kernel/linux/linux-5.10/arch/x86/kernel/ |
| H A D | sev-es-shared.c | 241 bool backwards) in vc_insn_string_read() 243 int i, b = backwards ? -1 : 1; in vc_insn_string_read() 267 bool backwards) in vc_insn_string_write() 269 int i, s = backwards ? -1 : 1; in vc_insn_string_write() 237 vc_insn_string_read(struct es_em_ctxt *ctxt, void *src, char *buf, unsigned int data_size, unsigned int count, bool backwards) vc_insn_string_read() argument 263 vc_insn_string_write(struct es_em_ctxt *ctxt, void *dst, char *buf, unsigned int data_size, unsigned int count, bool backwards) vc_insn_string_write() argument
|
| /kernel/linux/linux-6.6/arch/x86/kernel/ |
| H A D | sev-shared.c | 656 bool backwards) in vc_insn_string_read() 658 int i, b = backwards ? -1 : 1; in vc_insn_string_read() 682 bool backwards) in vc_insn_string_write() 684 int i, s = backwards ? -1 : 1; in vc_insn_string_write() 1159 * Sanity check that entry processing is not going backwards. in vmgexit_psc() 652 vc_insn_string_read(struct es_em_ctxt *ctxt, void *src, char *buf, unsigned int data_size, unsigned int count, bool backwards) vc_insn_string_read() argument 678 vc_insn_string_write(struct es_em_ctxt *ctxt, void *dst, char *buf, unsigned int data_size, unsigned int count, bool backwards) vc_insn_string_write() argument
|
| /kernel/linux/linux-5.10/arch/c6x/lib/ |
| H A D | divu.S | 75 ;; loop backwards branch happens here
|
| H A D | divremu.S | 63 ;; loop backwards branch happens here
|
| H A D | remu.S | 61 ;; loop backwards branch happens here
|
| /kernel/linux/linux-5.10/drivers/md/ |
| H A D | md.c | 3363 /* decreasing the offset is inconsistent with a backwards in new_offset_store() 3371 * 'backwards' first. in new_offset_store() 5328 mddev->reshape_backwards ? "backwards" : "forwards"); in reshape_direction_show() 5334 int backwards = 0; in reshape_direction_store() local 5338 backwards = 0; in reshape_direction_store() 5339 else if (cmd_match(buf, "backwards")) in reshape_direction_store() 5340 backwards = 1; in reshape_direction_store() 5343 if (mddev->reshape_backwards == backwards) in reshape_direction_store() 5356 mddev->reshape_backwards = backwards; in reshape_direction_store()
|
| /kernel/linux/linux-6.6/drivers/md/ |
| H A D | md.c | 3288 /* decreasing the offset is inconsistent with a backwards in new_offset_store() 3296 * 'backwards' first. in new_offset_store() 5301 mddev->reshape_backwards ? "backwards" : "forwards"); in reshape_direction_show() 5307 int backwards = 0; in reshape_direction_store() local 5311 backwards = 0; in reshape_direction_store() 5312 else if (cmd_match(buf, "backwards")) in reshape_direction_store() 5313 backwards = 1; in reshape_direction_store() 5316 if (mddev->reshape_backwards == backwards) in reshape_direction_store() 5329 mddev->reshape_backwards = backwards; in reshape_direction_store()
|
Completed in 26 milliseconds