Searched refs:modaddr (Results 1 – 2 of 2) sorted by relevance
83 struct hvm_modlist_entry *modaddr = in init_pvh_bootparams() local85 pvh_bootparams.hdr.ramdisk_image = modaddr->paddr; in init_pvh_bootparams()86 pvh_bootparams.hdr.ramdisk_size = modaddr->size; in init_pvh_bootparams()
827 struct module *modaddr; in __module_get() 838 modaddr = __module_text_address(a); in try_module_get() 839 BUG_ON(!modaddr); in try_module_get() 840 module_put(modaddr); in try_module_get() 795 struct module *modaddr; symbol_put_addr() local