Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/
H A Dvpe-mt.c352 major = register_chrdev(0, VPE_MODULE_NAME, &vpe_fops); in vpe_module_init()
501 unregister_chrdev(major, VPE_MODULE_NAME); in vpe_module_init()
512 unregister_chrdev(major, VPE_MODULE_NAME); in vpe_module_exit()
/linux/arch/mips/include/asm/
H A Dvpe.h17 #define VPE_MODULE_NAME "vpe" macro