Home
last modified time | relevance | path

Searched refs:dereference (Results 1 – 25 of 38) sorted by relevance

12

/linux/scripts/gdb/linux/
H A Dlists.py25 head = head.dereference()
35 node = head['next'].dereference()
38 node = node['next'].dereference()
48 head = head.dereference()
53 node = head['first'].dereference()
56 node = node['next'].dereference()
67 head = head.dereference()
77 p = c['prev'].dereference()
78 n = c['next'].dereference()
H A Dcpus.py152 return per_cpu(var.address, cpu).dereference()
183 return var_ptr.dereference()
186 return per_cpu(var_ptr, cpu).dereference()
191 return current_task.dereference()
209 return current_task.dereference()
H A Dtasks.py57 return task.dereference()
91 return thread_info.dereference()
122 return get_thread_info(task.dereference())
H A Dradixtree.py37 return root.dereference()
67 node = slot.cast(node.type.pointer()).dereference()
168 if slot.dereference():
212 gdb.write("[{}] = {}\n".format(index, slot.dereference()))
H A Dbpf.py85 prog = slot.dereference().cast(bpf_prog_ptr_type)
178 self.linfo = (linfo_ptr + linfo_idx).cast(tpe).dereference()
181 self.jited_linfo = (jited_linfo_ptr + linfo_idx).cast(tpe).dereference()
215 .pointer()).dereference().bytes
H A Drbtree.py102 return node.dereference()
105 while parent and node == parent['rb_left'].dereference():
H A Dsymbols.py160 sect_attrs = module['sect_attrs'].dereference()
170 attr = sect_attrs['grp']['bin_attrs'][i].dereference()
H A Dmodules.py57 return module.dereference()
H A Dslab.py66 return p.dereference()
108 p = ptr_addr.cast(freeptr_t_ptr).dereference()
H A Dproc.py247 py_fdt_header = py_fdt_header_ptr.dereference()
H A Dinterrupts.py113 text += "%10u " % (cpus.per_cpu(pvar, cpu).dereference())
H A Dmapletree.py37 self.tree = mt.dereference()
/linux/Documentation/networking/
H A Dradiotap-headers.rst71 dereference, eg, a u16 pointer that is pointing to an odd address. Instead
72 you have to use a kernel API get_unaligned() to dereference the pointer,
124 * get_unaligned((type *)iterator.this_arg) to dereference
/linux/Documentation/trace/
H A Dkprobetrace.rst72 (\*4) "u" means user-space dereference. See :ref:`user_mem_access`.
134 either user-space dereference syntax or 'ustring' type.
136 The user-space dereference syntax allows you to access a field of a data
138 dereference syntax. For example, +u4(%si) means it will read memory from the
146 use it transparently. This means if you use normal dereference or string type
H A Dfprobetrace.rst69 (\*5) "u" means user-space dereference.
150 support, you don't need a memory dereference operator (``+0(PTR)``) for
152 dereference operator according to the BTF type. e.g. ::
/linux/Documentation/translations/zh_CN/admin-guide/
H A Dtainted-kernels.rst31 BUG: unable to handle kernel NULL pointer dereference at 0000000000000000
/linux/Documentation/translations/zh_TW/admin-guide/
H A Dtainted-kernels.rst34 BUG: unable to handle kernel NULL pointer dereference at 0000000000000000
/linux/Documentation/input/devices/
H A Dedt-ft5x06.rst41 The dereference of the symlink will contain the needed information. You will
/linux/Documentation/arch/powerpc/
H A Dcpu_features.rst29 index, structure dereference, and conditional branch were added. To avoid the
/linux/arch/loongarch/
H A DMakefile153 cflags-y += $(call cc-option, -mno-check-zero-division -fno-isolate-erroneous-paths-dereference)
/linux/Documentation/RCU/
H A Dlockdep-splat.rst107 But in this particular case, we don't actually dereference the pointer
/linux/Documentation/filesystems/
H A Dfiles.rst54 the memory barrier requirements for lock-free dereference.
/linux/drivers/gpu/drm/xe/
H A Dxe_configfs.c578 static bool wa_bb_read_advance(bool dereference, char **p, in wa_bb_read_advance() argument
582 if (dereference) { in wa_bb_read_advance()
/linux/tools/perf/pmu-events/
H A DREADME20 use "ArchStdEvent" keyword to dereference an "Architecture standard
/linux/Documentation/PCI/
H A Dsysfs-pci.rst116 simply dereference the returned pointer (after checking for errors of course)

12