Home
last modified time | relevance | path

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

/linux/arch/parisc/kernel/
A Dinventory.c52 struct pdc_module_path module_path; in setup_pdc() local
453 struct pdc_module_path *module_path) in legacy_create_device() argument
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()
492 memset(module_path.path.bc, 0xff, 4); in snake_inventory()
493 module_path.path.bc[4] = mod; in snake_inventory()
496 module_path.path.bc[5] = 0; in snake_inventory()
497 module_path.path.mod = func; in snake_inventory()
561 struct pdc_module_path module_path; in system_map_inventory() local
[all …]
/linux/tools/testing/kunit/
A Dkunit_kernel.py212 module_path = '.' + os.path.join(os.path.basename(QEMU_CONFIGS_DIR), os.path.basename(config_path))
213 spec = importlib.util.spec_from_file_location(module_path, config_path)

Completed in 9 milliseconds