Searched refs:KOBJ_PRIM (Results 1 – 4 of 4) sorted by relevance
178 if (mp->flags & KOBJ_PRIM) in kmdb_module_loaded()364 if ((mp->flags & (KOBJ_PRIM | KOBJ_EXPORTED)) && in kmdb_module_sync()
748 if (mod->flags & KOBJ_PRIM) in kmt_mod_create()
83 #define KOBJ_PRIM 0x0010 /* a primary kernel module */ macro
822 mp->flags = KOBJ_EXEC|KOBJ_PRIM; /* NOT a relocatable .o */ in load_exec()926 mp->flags = KOBJ_INTERP|KOBJ_PRIM; in load_linker()1331 dmp->flags |= KOBJ_PRIM; in load_primary()1388 mp->flags |= KOBJ_PRIM; in load_kmdb()1598 if (!(mp->flags & KOBJ_PRIM)) { in kobj_export_ksyms()1619 if (!(mp->flags & KOBJ_PRIM)) in kobj_export_ksyms()1640 if (!(mp->flags & KOBJ_PRIM)) in kobj_export_ctf()1992 if (!(mp->flags & KOBJ_PRIM)) in kobj_load_module()2091 mp->flags |= KOBJ_PRIM; in kobj_load_primary_module()2230 if (!(mp->flags & KOBJ_PRIM)) { in free_module_data()[all …]