Home
last modified time | relevance | path

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

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