Searched refs:dloc (Results 1 – 3 of 3) sorted by relevance
/linux/tools/perf/util/ |
H A D | annotate-data.c | 478 static enum type_match_result check_variable(struct data_loc_info *dloc, in check_variable() argument 489 else if (reg == dloc->fbreg || is_fbreg) in check_variable() 491 else if (arch__is(dloc->arch, "x86") && reg == X86_REG_SP) in check_variable() 618 static struct global_var_entry *global_var__find(struct data_loc_info *dloc, u64 addr) in global_var__find() argument 620 struct dso *dso = map__dso(dloc->ms->map); in global_var__find() 630 static bool global_var__add(struct data_loc_info *dloc, u64 addr, in global_var__add() argument 633 struct dso *dso = map__dso(dloc->ms->map); in global_var__add() 672 bool get_global_var_info(struct data_loc_info *dloc, u64 addr, in get_global_var_info() argument 680 mem_addr = addr + map__reloc(dloc->ms->map); in get_global_var_info() 683 sym = thread__find_symbol_fb(dloc->thread, dloc->cpumode, in get_global_var_info() [all …]
|
H A D | annotate.c | 2737 struct data_loc_info dloc = { in hist_entry__get_data_type() local 2756 dloc.var_addr = annotate_calc_pcrel(ms, dloc.ip, in hist_entry__get_data_type() 2763 dloc.var_addr = op_loc->offset; in hist_entry__get_data_type() 2767 mem_type = find_data_type(&dloc); in hist_entry__get_data_type() 2782 dloc.type_offset, in hist_entry__get_data_type() 2786 he->mem_type_off = dloc.type_offset; in hist_entry__get_data_type()
|
/linux/fs/f2fs/ |
H A D | verity.c | 152 struct fsverity_descriptor_location dloc = { in f2fs_end_enable_verity() local 183 F2FS_XATTR_NAME_VERITY, &dloc, sizeof(dloc), in f2fs_end_enable_verity() 222 struct fsverity_descriptor_location dloc; in f2fs_get_verity_descriptor() local 229 F2FS_XATTR_NAME_VERITY, &dloc, sizeof(dloc), NULL); in f2fs_get_verity_descriptor() 232 if (res != sizeof(dloc) || dloc.version != cpu_to_le32(F2FS_VERIFY_VER)) { in f2fs_get_verity_descriptor() 236 size = le32_to_cpu(dloc.size); in f2fs_get_verity_descriptor() 237 pos = le64_to_cpu(dloc.pos); in f2fs_get_verity_descriptor()
|