Home
last modified time | relevance | path

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

12345678910

/tools/perf/arch/x86/annotate/
Dinstructions.c261 int offset; in update_insn_state_x86() local
336 int offset; in update_insn_state_x86() local
414 int offset = src->offset - fboff; in update_insn_state_x86() local
457 int offset; in update_insn_state_x86() local
481 int offset; in update_insn_state_x86() local
536 int offset; in update_insn_state_x86() local
565 int offset = dst->offset - fboff; in update_insn_state_x86() local
/tools/testing/selftests/mm/
Duffd-common.c60 static void noop_alias_mapping(__u64 *start, size_t len, unsigned long offset) in noop_alias_mapping()
78 off_t offset = is_src ? 0 : size; in hugetlb_allocate_area() local
111 static void hugetlb_alias_mapping(__u64 *start, size_t len, unsigned long offset) in hugetlb_alias_mapping()
129 unsigned long offset = is_src ? 0 : bytes; in shmem_allocate_area() local
170 static void shmem_alias_mapping(__u64 *start, size_t len, unsigned long offset) in shmem_alias_mapping()
438 unsigned long offset; in uffd_handle_page_fault() local
572 unsigned long offset) in retry_copy_page()
600 int __copy_page(int ufd, unsigned long offset, bool retry, bool wp) in __copy_page()
632 int copy_page(int ufd, unsigned long offset, bool wp) in copy_page()
637 int move_page(int ufd, unsigned long offset, unsigned long len) in move_page()
/tools/testing/selftests/sparc64/drivers/
Dadi-test.c205 int buf_sz, unsigned long offset) in pread_adi()
260 int buf_sz, unsigned long offset) in pwrite_adi()
293 static off_t seek_adi(int fd, off_t offset, int whence) in seek_adi()
319 loff_t offset; in test0_prpw_aligned_1byte() local
354 loff_t offset; in test1_prpw_aligned_4096bytes() local
394 loff_t offset; in test2_prpw_aligned_10327bytes() local
434 loff_t offset; in test3_prpw_unaligned_12541bytes() local
521 loff_t offset; in test5_rw_aligned_1byte() local
567 loff_t offset; in test6_rw_aligned_9434bytes() local
619 loff_t offset; in test7_rw_aligned_14963bytes() local
/tools/include/linux/
Dfind.h34 unsigned long offset) in find_next_bit()
64 unsigned long offset) in find_next_and_bit()
92 unsigned long offset) in find_next_zero_bit()
/tools/testing/selftests/bpf/progs/
Dtest_cls_redirect_dynptr.c125 static int pkt_parse_ipv4(struct bpf_dynptr *dynptr, __u64 *offset, struct iphdr *iphdr) in pkt_parse_ipv4()
142 static bool pkt_parse_icmp_l4_ports(struct bpf_dynptr *dynptr, __u64 *offset, flow_ports_t *ports) in pkt_parse_icmp_l4_ports()
187 static bool pkt_skip_ipv6_extension_headers(struct bpf_dynptr *dynptr, __u64 *offset, in pkt_skip_ipv6_extension_headers()
244 static int pkt_parse_ipv6(struct bpf_dynptr *dynptr, __u64 *offset, struct ipv6hdr *ipv6, in pkt_parse_ipv6()
458 static ret_t skip_next_hops(__u64 *offset, int n) in skip_next_hops()
477 static ret_t get_next_hop(struct bpf_dynptr *dynptr, __u64 *offset, encap_headers_t *encap, in get_next_hop()
605 static verdict_t process_icmpv4(struct __sk_buff *skb, struct bpf_dynptr *dynptr, __u64 *offset, in process_icmpv4()
654 static verdict_t process_icmpv6(struct bpf_dynptr *dynptr, __u64 *offset, struct __sk_buff *skb, in process_icmpv6()
706 static verdict_t process_tcp(struct bpf_dynptr *dynptr, __u64 *offset, struct __sk_buff *skb, in process_tcp()
729 static verdict_t process_udp(struct bpf_dynptr *dynptr, __u64 *offset, struct __sk_buff *skb, in process_udp()
[all …]
/tools/testing/selftests/kvm/lib/aarch64/
Dgic_v3_its.c18 static u64 its_read_u64(unsigned long offset) in its_read_u64()
23 static void its_write_u64(unsigned long offset, u64 val) in its_write_u64()
28 static u32 its_read_u32(unsigned long offset) in its_read_u32()
33 static void its_write_u32(unsigned long offset, u32 val) in its_write_u32()
44 unsigned long offset = GITS_BASER + (i * sizeof(baser)); in its_find_baser() local
57 unsigned long offset = its_find_baser(type); in its_install_table() local
Dgic_v3.c132 uint32_t gicv3_reg_readl(uint32_t cpu_or_dist, uint64_t offset) in gicv3_reg_readl()
139 void gicv3_reg_writel(uint32_t cpu_or_dist, uint64_t offset, uint32_t reg_val) in gicv3_reg_writel()
146 uint32_t gicv3_getl_fields(uint32_t cpu_or_dist, uint64_t offset, uint32_t mask) in gicv3_getl_fields()
151 void gicv3_setl_fields(uint32_t cpu_or_dist, uint64_t offset, in gicv3_setl_fields()
168 static void gicv3_access_reg(uint32_t intid, uint64_t offset, in gicv3_access_reg()
200 static void gicv3_write_reg(uint32_t intid, uint64_t offset, in gicv3_write_reg()
207 static uint32_t gicv3_read_reg(uint32_t intid, uint64_t offset, in gicv3_read_reg()
/tools/lib/bpf/
Dzip.c104 __u32 offset; member
135 static void *check_access(struct zip_archive *archive, __u32 offset, __u32 size) in check_access()
146 static int try_parse_end_of_cd(struct zip_archive *archive, __u32 offset) in try_parse_end_of_cd()
177 int64_t limit, offset; in find_cd() local
248 __u32 offset) in local_file_header_at_offset()
259 static int get_entry_at_offset(struct zip_archive *archive, __u32 offset, struct zip_entry *out) in get_entry_at_offset()
302 __u32 i, offset = archive->cd_offset; in zip_archive_find_entry() local
/tools/testing/nvdimm/test/
Diomap.c65 #define __nfit_test_ioremap(offset, size, fallback_fn) ({ \ argument
75 resource_size_t offset, unsigned long size) in __wrap_devm_ioremap()
86 void *__wrap_devm_memremap(struct device *dev, resource_size_t offset, in __wrap_devm_memremap()
119 resource_size_t offset = pgmap->range.start; in __wrap_devm_memremap_pages() local
148 void *__wrap_memremap(resource_size_t offset, size_t size, in __wrap_memremap()
169 void __iomem *__wrap_ioremap(resource_size_t offset, unsigned long size) in __wrap_ioremap()
175 void __iomem *__wrap_ioremap_wc(resource_size_t offset, unsigned long size) in __wrap_ioremap_wc()
/tools/perf/util/
Dbpf-utils.c73 int offset) in bpf_prog_info_read_offset_u32()
83 int offset) in bpf_prog_info_read_offset_u64()
92 static void bpf_prog_info_set_offset_u32(struct bpf_prog_info *info, int offset, in bpf_prog_info_set_offset_u32()
101 static void bpf_prog_info_set_offset_u64(struct bpf_prog_info *info, int offset, in bpf_prog_info_set_offset_u64()
Ds390-sample-raw.c49 size_t len = sample->raw_size, offset = 0; in s390_cpumcfdg_testctr() local
82 static void s390_cpumcfdg_dumptrail(const char *color, size_t offset, in s390_cpumcfdg_dumptrail()
182 size_t i, len = sample->raw_size, offset = 0; in s390_cpumcfdg_dump() local
244 size_t len = sample->raw_size, offset = 0; in s390_pai_all_dump() local
Ddso.c818 static ssize_t bpf_read(struct dso *dso, u64 offset, char *data) in bpf_read()
877 static struct dso_cache *__dso_cache__find(struct dso *dso, u64 offset) in __dso_cache__find()
909 u64 offset = new->offset; in dso_cache__insert() local
936 static ssize_t dso_cache__memcpy(struct dso_cache *cache, u64 offset, u8 *data, in dso_cache__memcpy()
950 u64 offset, char *data) in file_read()
976 u64 offset, ssize_t *ret) in dso_cache__populate()
1017 u64 offset, in dso_cache__find()
1026 u64 offset, u8 *data, ssize_t size, bool out) in dso_cache_io()
1044 u64 offset, u8 *data, ssize_t size, bool out) in cached_io()
1137 u64 offset, u8 *data, ssize_t size, in data_read_write_offset()
[all …]
/tools/testing/selftests/bpf/prog_tests/
Duprobe_syscall.c119 unsigned int offset = i * sizeof(unsigned long); in test_uretprobe_regs_equal() local
161 static int write_bpf_testmod_uprobe(unsigned long offset) in write_bpf_testmod_uprobe()
184 unsigned int i, err, offset; in test_uretprobe_regs_change() local
199 unsigned int offset = i * sizeof(unsigned long); in test_uretprobe_regs_change() local
/tools/testing/selftests/net/
Dsk_so_peek_off.c41 static void sk_peek_offset_set(int s, int offset) in sk_peek_offset_set()
49 int offset; in sk_peek_offset_get() local
68 int offset = 0; in sk_peek_offset_test() local
/tools/testing/selftests/timens/
Dtimens.c33 time_t offset; member
88 static int test_gettime(clockid_t clock_index, bool raw_syscall, time_t offset) in test_gettime()
151 time_t offset; in main() local
/tools/objtool/
Delf.c167 struct symbol *find_symbol_by_offset(struct section *sec, unsigned long offset) in find_symbol_by_offset()
180 struct symbol *find_func_by_offset(struct section *sec, unsigned long offset) in find_func_by_offset()
193 struct symbol *find_symbol_containing(const struct section *sec, unsigned long offset) in find_symbol_containing()
209 int find_symbol_hole_containing(const struct section *sec, unsigned long offset) in find_symbol_hole_containing()
246 struct symbol *find_func_containing(struct section *sec, unsigned long offset) in find_func_containing()
272 unsigned long offset, unsigned int len) in find_reloc_by_dest_range()
301 struct reloc *find_reloc_by_dest(const struct elf *elf, struct section *sec, unsigned long offset) in find_reloc_by_dest()
855 unsigned long offset, struct symbol *sym, in elf_init_reloc()
890 unsigned long offset, in elf_init_reloc_text_sym()
923 unsigned long offset, in elf_init_reloc_data_sym()
[all …]
/tools/testing/selftests/gpio/
Dgpio-mockup-cdev.c21 static int request_line_v2(int cfd, unsigned int offset, in request_line_v2()
59 static int request_line_v1(int cfd, unsigned int offset, in request_line_v1()
120 unsigned int offset, val = 0, abiv; in main() local
/tools/testing/selftests/arm64/abi/
Dsyscall-abi-asm.S33 .macro _ldr_za nw, nxbase, offset=0
44 .macro _str_za nw, nxbase, offset=0
/tools/power/acpi/os_specific/service_layers/
Dosunixmap.c66 acpi_physical_address offset; in acpi_os_map_memory() local
111 acpi_physical_address offset; in acpi_os_unmap_memory() local
/tools/testing/selftests/sgx/
Dsigstruct.c242 uint64_t offset; member
247 static bool mrenclave_eadd(EVP_MD_CTX *ctx, uint64_t offset, uint64_t flags) in mrenclave_eadd()
261 uint64_t offset; member
265 static bool mrenclave_eextend(EVP_MD_CTX *ctx, uint64_t offset, in mrenclave_eextend()
299 uint64_t offset; in mrenclave_segment() local
/tools/testing/selftests/powerpc/nx-gzip/include/
Dcopy-paste.h34 static inline int vas_copy(void *crb, int offset) in vas_copy()
44 static inline int vas_paste(void *paste_address, int offset) in vas_paste()
/tools/testing/selftests/memfd/
Dfuse_mnt.c48 off_t offset, in memfd_readdir()
78 off_t offset, in memfd_read()
/tools/objtool/include/objtool/
Dwarn.h19 static inline char *offstr(struct section *sec, unsigned long offset) in offstr()
49 #define WARN_FUNC(format, sec, offset, ...) \ argument
/tools/testing/selftests/net/openvswitch/
Dovs-dpctl.py955 offset=None, argument
1067 offset=None, argument
1120 offset=None, argument
1171 offset=None, argument
1190 offset=None, argument
1209 offset=None, argument
1228 offset=None, argument
1257 offset=None, argument
1276 offset=None, argument
1336 offset=None, argument
[all …]
/tools/perf/ui/browsers/
Dheader.c19 unsigned long offset = (unsigned long)browser->priv; in ui_browser__argv_write() local
35 unsigned long offset; in list_menu__run() local

12345678910