Home
last modified time | relevance | path

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

/linux/arch/x86/platform/pvh/
H A Denlighten.c83 struct hvm_modlist_entry *modaddr = in init_pvh_bootparams() local
85 pvh_bootparams.hdr.ramdisk_image = modaddr->paddr; in init_pvh_bootparams()
86 pvh_bootparams.hdr.ramdisk_size = modaddr->size; in init_pvh_bootparams()
/linux/kernel/module/
H A Dmain.c827 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