Lines Matching defs:address
103 * RCU-sched lookups of the address from any context.
734 * is_module_percpu_address - test whether address is from module static percpu
735 * @addr: address to test
1548 unsigned long address;
1580 ? (void *)sattr->address : NULL);
1626 sattr->address = sec->sh_addr;
3195 /* Mark all sections sh_addr with their address in the
4255 * Given a module and address, find the corresponding symbol and return its name
4315 /* For kallsyms to ask for address resolution. NULL means not found. Careful
4608 /* Format: modulename size refcount deps address
4655 /* Given an address, look for it in the module exception tables. */
4683 * is_module_address - is this address inside a module?
4684 * @addr: the address to check.
4686 * See is_module_text_address() if you simply want to see if the address
4701 * __module_address - get the module which contains an address.
4702 * @addr: the address.
4726 * is_module_text_address - is this address inside module code?
4727 * @addr: the address to check.
4729 * See is_module_address() if you simply want to see if the address is
4731 * address corresponds to kernel or module code.
4745 * __module_text_address - get the module whose code contains an address.
4746 * @addr: the address.