Searched refs:modaddr (Results 1 – 2 of 2) sorted by relevance
78 struct hvm_modlist_entry *modaddr = in init_pvh_bootparams() local80 pvh_bootparams.hdr.ramdisk_image = modaddr->paddr; in init_pvh_bootparams()81 pvh_bootparams.hdr.ramdisk_size = modaddr->size; in init_pvh_bootparams()
900 struct module *modaddr; in __module_get() 911 modaddr = __module_text_address(a); in try_module_get() 912 BUG_ON(!modaddr); in try_module_get() 913 module_put(modaddr); in try_module_get() 872 struct module *modaddr; symbol_put_addr() local