Home
last modified time | relevance | path

Searched refs:module_addr (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/scripts/gdb/linux/
H A Dsymbols.py117 def _section_arguments(self, module, module_addr): argument
121 return str(module_addr)
132 textaddr = section_name_to_address.get(".text", module_addr)
145 module_addr = str(module['mem'][constants.LX_MOD_TEXT]['base']).split()[0]
158 module_addr = hex(int(module_addr, 0) + plt_offset + plt_size)
160 addr=module_addr, filename=module_file))
163 sections=self._section_arguments(module, module_addr))
/linux-6.15/drivers/net/ethernet/chelsio/cxgb/
H A Despi.c51 static int tricn_write(adapter_t *adapter, int bundle_addr, int module_addr, in tricn_write() argument
58 V_CHANNEL_ADDR(ch_addr) | V_MODULE_ADDR(module_addr) | in tricn_write()