modaddr            82 arch/x86/platform/pvh/enlighten.c 		struct hvm_modlist_entry *modaddr =
modaddr            84 arch/x86/platform/pvh/enlighten.c 		pvh_bootparams.hdr.ramdisk_image = modaddr->paddr;
modaddr            85 arch/x86/platform/pvh/enlighten.c 		pvh_bootparams.hdr.ramdisk_size = modaddr->size;
modaddr          1087 kernel/module.c 	struct module *modaddr;
modaddr          1098 kernel/module.c 	modaddr = __module_text_address(a);
modaddr          1099 kernel/module.c 	BUG_ON(!modaddr);
modaddr          1100 kernel/module.c 	module_put(modaddr);