Searched refs:modaddr (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/x86/platform/pvh/
H A Denlighten.c86 struct hvm_modlist_entry *modaddr = local
88 pvh_bootparams.hdr.ramdisk_image = modaddr->paddr;
89 pvh_bootparams.hdr.ramdisk_size = modaddr->size;
/linux-master/kernel/module/
H A Dmain.c793 struct module *modaddr; local
804 modaddr = __module_text_address(a);
805 BUG_ON(!modaddr);
806 module_put(modaddr);

Completed in 242 milliseconds