Searched refs:addr_max (Results 1 – 2 of 2) sorted by relevance
192 unsigned long addr_max; member
92 #define module_addr_max mod_tree.addr_max111 if (max > tree->addr_max) in __mod_update_bounds()112 tree->addr_max = max; in __mod_update_bounds()3108 if (addr >= mod_tree.addr_min && addr <= mod_tree.addr_max) in __module_address()3111 else if (addr >= mod_data_tree.addr_min && addr <= mod_data_tree.addr_max) in __module_address()