Searched refs:modaddr (Results 1 – 2 of 2) sorted by relevance
82 struct hvm_modlist_entry *modaddr = in init_pvh_bootparams() local84 pvh_bootparams.hdr.ramdisk_image = modaddr->paddr; in init_pvh_bootparams()85 pvh_bootparams.hdr.ramdisk_size = modaddr->size; in init_pvh_bootparams()
1031 struct module *modaddr; in symbol_put_addr() local1042 modaddr = __module_text_address(a); in symbol_put_addr()1043 BUG_ON(!modaddr); in symbol_put_addr()1044 module_put(modaddr); in symbol_put_addr()
Completed in 18 milliseconds