| /linux/scripts/gdb/linux/ |
| H A D | lists.py | 25 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 D | cpus.py | 152 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 D | tasks.py | 57 return task.dereference() 91 return thread_info.dereference() 122 return get_thread_info(task.dereference())
|
| H A D | radixtree.py | 37 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 D | bpf.py | 85 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 D | rbtree.py | 102 return node.dereference() 105 while parent and node == parent['rb_left'].dereference():
|
| H A D | symbols.py | 160 sect_attrs = module['sect_attrs'].dereference() 170 attr = sect_attrs['grp']['bin_attrs'][i].dereference()
|
| H A D | modules.py | 57 return module.dereference()
|
| H A D | slab.py | 66 return p.dereference() 108 p = ptr_addr.cast(freeptr_t_ptr).dereference()
|
| H A D | proc.py | 247 py_fdt_header = py_fdt_header_ptr.dereference()
|
| H A D | interrupts.py | 113 text += "%10u " % (cpus.per_cpu(pvar, cpu).dereference())
|
| H A D | mapletree.py | 37 self.tree = mt.dereference()
|
| /linux/Documentation/networking/ |
| H A D | radiotap-headers.rst | 71 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 D | kprobetrace.rst | 72 (\*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 D | fprobetrace.rst | 69 (\*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 D | tainted-kernels.rst | 31 BUG: unable to handle kernel NULL pointer dereference at 0000000000000000
|
| /linux/Documentation/translations/zh_TW/admin-guide/ |
| H A D | tainted-kernels.rst | 34 BUG: unable to handle kernel NULL pointer dereference at 0000000000000000
|
| /linux/Documentation/input/devices/ |
| H A D | edt-ft5x06.rst | 41 The dereference of the symlink will contain the needed information. You will
|
| /linux/Documentation/arch/powerpc/ |
| H A D | cpu_features.rst | 29 index, structure dereference, and conditional branch were added. To avoid the
|
| /linux/arch/loongarch/ |
| H A D | Makefile | 153 cflags-y += $(call cc-option, -mno-check-zero-division -fno-isolate-erroneous-paths-dereference)
|
| /linux/Documentation/RCU/ |
| H A D | lockdep-splat.rst | 107 But in this particular case, we don't actually dereference the pointer
|
| /linux/Documentation/filesystems/ |
| H A D | files.rst | 54 the memory barrier requirements for lock-free dereference.
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_configfs.c | 578 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 D | README | 20 use "ArchStdEvent" keyword to dereference an "Architecture standard
|
| /linux/Documentation/PCI/ |
| H A D | sysfs-pci.rst | 116 simply dereference the returned pointer (after checking for errors of course)
|