Searched refs:module_path (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/arch/parisc/kernel/ |
D | inventory.c | 52 struct pdc_module_path module_path; in setup_pdc() local 62 status = pdc_system_map_find_mods(&module_result, &module_path, 0); in setup_pdc() 453 struct pdc_module_path *module_path) in legacy_create_device() argument 456 int status = pdc_mem_map_hpa(r_addr, module_path); in legacy_create_device() 460 dev = alloc_pa_dev(r_addr->hpa, &module_path->path); in legacy_create_device() 482 struct pdc_module_path module_path; in snake_inventory() local 486 memset(module_path.path.bc, 0xff, 6); in snake_inventory() 487 module_path.path.mod = mod; in snake_inventory() 488 dev = legacy_create_device(&r_addr, &module_path); in snake_inventory() 492 memset(module_path.path.bc, 0xff, 4); in snake_inventory() [all …]
|
/Linux-v6.1/tools/testing/kunit/ |
D | kunit_kernel.py | 209 module_path = '.' + os.path.join(os.path.basename(QEMU_CONFIGS_DIR), os.path.basename(config_path)) 210 spec = importlib.util.spec_from_file_location(module_path, config_path)
|