Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 90) sorted by relevance

1234

/tools/testing/selftests/vm/
Duserfaultfd.c138 static void noop_alias_mapping(__u64 *start, size_t len, unsigned long offset) in noop_alias_mapping()
195 static void hugetlb_alias_mapping(__u64 *start, size_t len, unsigned long offset) in hugetlb_alias_mapping()
386 unsigned long offset) in retry_copy_page()
402 static int __copy_page(int ufd, unsigned long offset, bool retry) in __copy_page()
432 static int copy_page_retry(int ufd, unsigned long offset) in copy_page_retry()
437 static int copy_page(int ufd, unsigned long offset) in copy_page()
449 unsigned long offset; in uffd_poll_thread() local
519 unsigned long offset; in uffd_read_thread() local
779 unsigned long offset) in retry_uffdio_zeropage()
794 static int __uffdio_zeropage(int ufd, unsigned long offset, bool retry) in __uffdio_zeropage()
[all …]
Dmlock2.h32 unsigned long offset; in seek_to_smaps_entry() local
/tools/testing/nvdimm/test/
Diomap.c73 void __iomem *__nfit_test_ioremap(resource_size_t offset, unsigned long size, in __nfit_test_ioremap()
85 resource_size_t offset, unsigned long size) in __wrap_devm_ioremap_nocache()
96 void *__wrap_devm_memremap(struct device *dev, resource_size_t offset, in __wrap_devm_memremap()
110 resource_size_t offset = res->start; in __wrap_devm_memremap_pages() local
129 void *__wrap_memremap(resource_size_t offset, size_t size, in __wrap_memremap()
150 void __iomem *__wrap_ioremap_nocache(resource_size_t offset, unsigned long size) in __wrap_ioremap_nocache()
156 void __iomem *__wrap_ioremap_wc(resource_size_t offset, unsigned long size) in __wrap_ioremap_wc()
/tools/power/acpi/os_specific/service_layers/
Dosunixmap.c100 acpi_physical_address offset; in acpi_os_map_memory() local
145 acpi_physical_address offset; in acpi_os_unmap_memory() local
/tools/objtool/
Dwarn.h30 static inline char *offstr(struct section *sec, unsigned long offset) in offstr()
60 #define WARN_FUNC(format, sec, offset, ...) \ argument
Delf.c72 struct symbol *find_symbol_by_offset(struct section *sec, unsigned long offset) in find_symbol_by_offset()
97 struct symbol *find_symbol_containing(struct section *sec, unsigned long offset) in find_symbol_containing()
109 struct rela *find_rela_by_dest_range(struct section *sec, unsigned long offset, in find_rela_by_dest_range()
126 struct rela *find_rela_by_dest(struct section *sec, unsigned long offset) in find_rela_by_dest()
131 struct symbol *find_containing_func(struct section *sec, unsigned long offset) in find_containing_func()
Darch.h50 int offset; member
65 int offset; member
/tools/lib/
Dfind_bit.c63 unsigned long offset) in find_next_bit()
105 unsigned long offset) in find_next_zero_bit()
/tools/perf/util/
Dtrace-event-parse.c33 int *offset, int *size, const char *type) in get_common_field()
56 static int offset; in common_lock_depth() local
70 static int offset; in common_flags() local
84 static int offset; in common_pc() local
Dprobe-event.h29 unsigned long offset; /* Offset from symbol */ member
37 long offset; /* Offset value */ member
65 unsigned long offset; /* Offset from function entry */ member
106 int offset; /* Start line offset */ member
Ddso.c727 static struct dso_cache *dso_cache__find(struct dso *dso, u64 offset) in dso_cache__find()
759 u64 offset = new->offset; in dso_cache__insert() local
787 dso_cache__memcpy(struct dso_cache *cache, u64 offset, in dso_cache__memcpy()
799 u64 offset, u8 *data, ssize_t size) in dso_cache__read()
856 u64 offset, u8 *data, ssize_t size) in dso_cache_read()
873 u64 offset, u8 *data, ssize_t size) in cached_read()
958 u64 offset, u8 *data, ssize_t size) in data_read_offset()
985 u64 offset, u8 *data, ssize_t size) in dso__data_read_offset()
1007 u64 offset = map->map_ip(map, addr); in dso__data_read_addr() local
Dunwind-libunwind-local.c175 u64 offset = 0; in elf_section_offset() local
249 u64 offset, u64 *table_data, u64 *segbase, in unwind_spec_ehframe()
276 u64 offset = dso->data.eh_frame_hdr_offset; in read_unwind_spec_eh_frame() local
299 struct machine *machine, u64 *offset) in read_unwind_spec_debug_frame()
503 int offset; in access_mem() local
/tools/testing/selftests/memfd/
Dfuse_mnt.c48 off_t offset, in memfd_readdir()
78 off_t offset, in memfd_read()
/tools/perf/ui/browsers/
Dheader.c21 unsigned long offset = (unsigned long)browser->priv; in ui_browser__argv_write() local
37 unsigned long offset; in list_menu__run() local
Dannotate.c497 off_t offset = browser->b.index - browser->b.top_idx; in annotate_browser__toggle_source() local
589 s64 offset, s64 *idx) in annotate_browser__find_offset()
610 u64 offset; in annotate_browser__jump() local
974 u64 offset; in count_insn() local
987 u64 offset; in count_and_fill() local
1014 u64 offset; in annotate__compute_ipc() local
1042 u64 offset; in annotate_browser__mark_jump_targets() local
/tools/testing/selftests/ia64/
Daliasing-test.c27 static int map_mem(char *path, off_t offset, size_t length, int touch) in map_mem()
65 static int scan_tree(char *path, char *file, off_t offset, size_t length, int touch) in scan_tree()
/tools/perf/ui/
Dbrowser.c94 void ui_browser__list_head_seek(struct ui_browser *browser, off_t offset, int whence) in ui_browser__list_head_seek()
129 void ui_browser__rb_tree_seek(struct ui_browser *browser, off_t offset, int whence) in ui_browser__rb_tree_seek()
358 off_t offset = nr_entries - browser->nr_entries; in ui_browser__update_nr_entries() local
379 off_t offset; in ui_browser__run() local
596 void ui_browser__argv_seek(struct ui_browser *browser, off_t offset, int whence) in ui_browser__argv_seek()
/tools/firewire/
Ddecode-fcp.c49 int offset; /* Location of field, specified in bits; */ member
178 unsigned long long offset = in decode_fcp() local
/tools/testing/nvdimm/
Dpmem-dax.c21 resource_size_t offset = PFN_PHYS(pgoff) + pmem->data_offset; in __pmem_direct_access() local
/tools/build/feature/
Dtest-dwarf_getlocations.c11 ptrdiff_t offset = 0; in main() local
/tools/virtio/linux/
Dscatterlist.h8 unsigned int offset; member
60 unsigned int len, unsigned int offset) in sg_set_page()
/tools/include/linux/
Dkallsyms.h15 unsigned long *offset, in kallsyms_lookup()
/tools/testing/selftests/timers/
Dset-tai.c28 int set_tai(int offset) in set_tai()
/tools/perf/tests/
Dbpf-script-test-prologue.c30 unsigned long offset, unsigned long orig) in bpf_func__null_lseek()
/tools/vm/
Dpage-types.c364 static void show_page_range(unsigned long voffset, unsigned long offset, in show_page_range()
402 static void show_page(unsigned long voffset, unsigned long offset, in show_page()
534 static int hwpoison_page(unsigned long offset) in hwpoison_page()
548 static int unpoison_page(unsigned long offset) in unpoison_page()
593 static void add_page(unsigned long voffset, unsigned long offset, in add_page()
726 static void add_addr_range(unsigned long offset, unsigned long size) in add_addr_range()
1056 unsigned long offset; in parse_addr_range() local

1234