Searched refs:move (Results 1 – 19 of 19) sorted by relevance
| /tools/perf/util/ |
| A D | jitdump.c | 348 jr->move.pid = bswap_32(jr->move.pid); in jit_get_next_entry() 349 jr->move.tid = bswap_32(jr->move.tid); in jit_get_next_entry() 350 jr->move.vma = bswap_64(jr->move.vma); in jit_get_next_entry() 351 jr->move.old_code_addr = bswap_64(jr->move.old_code_addr); in jit_get_next_entry() 352 jr->move.new_code_addr = bswap_64(jr->move.new_code_addr); in jit_get_next_entry() 353 jr->move.code_size = bswap_64(jr->move.code_size); in jit_get_next_entry() 354 jr->move.code_index = bswap_64(jr->move.code_index); in jit_get_next_entry() 590 jr->move.code_index); in jit_repipe_code_move() 604 event->mmap2.start = jr->move.new_code_addr; in jit_repipe_code_move() 606 : jr->move.code_size; in jit_repipe_code_move() [all …]
|
| A D | jitdump.h | 120 struct jr_code_move move; member
|
| A D | evlist.c | 1692 LIST_HEAD(move); in evlist__to_front() 1699 list_move_tail(&evsel->core.node, &move); in evlist__to_front() 1702 list_splice(&move, &evlist->core.entries); in evlist__to_front()
|
| /tools/testing/selftests/mm/ |
| A D | uffd-common.c | 647 uffdio_move.move = 0; in move_page() 650 if (uffdio_move.move != -EEXIST) in move_page() 652 (int64_t)uffdio_move.move); in move_page() 654 } else if (uffdio_move.move != len) { in move_page() 655 err("UFFDIO_MOVE error: %"PRId64, (int64_t)uffdio_move.move); in move_page()
|
| A D | uffd-unit-tests.c | 1288 DEFINE_MMAP_CHANGING_TEST(move, UFFDIO_MOVE, move)
|
| /tools/power/cpupower/ |
| A D | TODO | 12 -> This is to move the per_cpu logic from inside the
|
| /tools/testing/selftests/net/netfilter/packetdrill/ |
| A D | conntrack_rst_invalid.pkt | 53 // Conntrack should move to CLOSE
|
| A D | conntrack_inexact_rst.pkt | 44 // Conntrack should move to FIN_WAIT, then CLOSE_WAIT.
|
| /tools/testing/selftests/kvm/lib/riscv/ |
| A D | handlers.S | 101 move a0, sp
|
| /tools/include/uapi/linux/ |
| A D | userfaultfd.h | 374 __s64 move; member
|
| /tools/testing/selftests/resctrl/ |
| A D | README | 61 - setup: mount resctrl file system, create group, setup schemata, move test
|
| /tools/power/pm-graph/ |
| A D | bootgraph.py | 722 shutil.move(backfile, cronfile) 727 shutil.move(cronfile, backfile) 745 shutil.move(backfile, cronfile) 768 shutil.move(grubfile, tempfile) 810 shutil.move(tempfile, grubfile)
|
| /tools/testing/selftests/filesystems/mount-notify/ |
| A D | mount-notify_test.c | 277 TEST_F(fanotify, move) in TEST_F() argument
|
| A D | mount-notify_test_ns.c | 305 TEST_F(fanotify, move) in TEST_F() argument
|
| /tools/memory-model/Documentation/ |
| A D | control-dependencies.txt | 198 conditional-move instructions, as in this fanciful pseudo-assembly
|
| A D | ordering.txt | 223 prohibits compiler code-motion optimizations that might move memory 233 Without the barrier(), the compiler would be within its rights to move the
|
| A D | explanation.txt | 359 into pieces, or move them around. The use of READ_ONCE(), WRITE_ONCE(), 2369 code would be safe!). For another, it cannot move a plain access past
|
| /tools/kvm/kvm_stat/ |
| A D | kvm_stat | 1277 self.screen.move(row, 0)
|
| /tools/objtool/Documentation/ |
| A D | objtool.txt | 365 and/or move the destination code to the local file.
|
Completed in 32 milliseconds