Home
last modified time | relevance | path

Searched refs:move (Results 1 – 19 of 19) sorted by relevance

/tools/perf/util/
A Djitdump.c348 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 Djitdump.h120 struct jr_code_move move; member
A Devlist.c1692 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 Duffd-common.c647 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 Duffd-unit-tests.c1288 DEFINE_MMAP_CHANGING_TEST(move, UFFDIO_MOVE, move)
/tools/power/cpupower/
A DTODO12 -> This is to move the per_cpu logic from inside the
/tools/testing/selftests/net/netfilter/packetdrill/
A Dconntrack_rst_invalid.pkt53 // Conntrack should move to CLOSE
A Dconntrack_inexact_rst.pkt44 // Conntrack should move to FIN_WAIT, then CLOSE_WAIT.
/tools/testing/selftests/kvm/lib/riscv/
A Dhandlers.S101 move a0, sp
/tools/include/uapi/linux/
A Duserfaultfd.h374 __s64 move; member
/tools/testing/selftests/resctrl/
A DREADME61 - setup: mount resctrl file system, create group, setup schemata, move test
/tools/power/pm-graph/
A Dbootgraph.py722 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 Dmount-notify_test.c277 TEST_F(fanotify, move) in TEST_F() argument
A Dmount-notify_test_ns.c305 TEST_F(fanotify, move) in TEST_F() argument
/tools/memory-model/Documentation/
A Dcontrol-dependencies.txt198 conditional-move instructions, as in this fanciful pseudo-assembly
A Dordering.txt223 prohibits compiler code-motion optimizations that might move memory
233 Without the barrier(), the compiler would be within its rights to move the
A Dexplanation.txt359 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 Dkvm_stat1277 self.screen.move(row, 0)
/tools/objtool/Documentation/
A Dobjtool.txt365 and/or move the destination code to the local file.

Completed in 46 milliseconds