Searched refs:mem_node (Results  1 – 7 of 7) sorted by relevance
| /Linux-v6.6/drivers/soc/fsl/qbman/ | 
| D | dpaa_sys.c | 40 	struct device_node *mem_node;  in qbman_init_private_mem()  local 45 	mem_node = of_parse_phandle(dev->of_node, "memory-region", idx);  in qbman_init_private_mem() 46 	if (!mem_node) {  in qbman_init_private_mem() 51 	rmem = of_reserved_mem_lookup(mem_node);  in qbman_init_private_mem() 65 	if (!of_property_present(mem_node, "reg")) {  in qbman_init_private_mem() 83 		err = of_add_property(mem_node, prop);  in qbman_init_private_mem()
  | 
| /Linux-v6.6/drivers/pci/hotplug/ | 
| D | cpqphp_pci.c | 703 	struct pci_resource *mem_node;  in cpqhp_save_used_resources()  local 764 				mem_node = kmalloc(sizeof(*mem_node), GFP_KERNEL);  in cpqhp_save_used_resources() 765 				if (!mem_node)  in cpqhp_save_used_resources() 768 				mem_node->base = w_base << 16;  in cpqhp_save_used_resources() 769 				mem_node->length = (w_length - w_base + 0x10) << 16;  in cpqhp_save_used_resources() 771 				mem_node->next = func->mem_head;  in cpqhp_save_used_resources() 772 				func->mem_head = mem_node;  in cpqhp_save_used_resources() 846 						mem_node = kmalloc(sizeof(*mem_node),  in cpqhp_save_used_resources() 848 						if (!mem_node)  in cpqhp_save_used_resources() 851 						mem_node->base = save_base & (~0x0FL);  in cpqhp_save_used_resources() [all …] 
 | 
| D | cpqphp_nvram.c | 427 	struct pci_resource *mem_node;  in compaq_nvram_load()  local 507 			mem_node = kmalloc(sizeof(struct pci_resource), GFP_KERNEL);  in compaq_nvram_load() 509 			if (!mem_node)  in compaq_nvram_load() 512 			mem_node->base = *(u32 *)p_byte;  in compaq_nvram_load() 513 			dbg("mem base = %8.8x\n", mem_node->base);  in compaq_nvram_load() 517 				kfree(mem_node);  in compaq_nvram_load() 521 			mem_node->length = *(u32 *)p_byte;  in compaq_nvram_load() 522 			dbg("mem length = %8.8x\n", mem_node->length);  in compaq_nvram_load() 526 				kfree(mem_node);  in compaq_nvram_load() 530 			mem_node->next = ctrl->mem_head;  in compaq_nvram_load() [all …] 
 | 
| D | cpqphp_ctrl.c | 2323 	struct pci_resource *mem_node;  in configure_new_function()  local 2393 		mem_node = get_max_resource(&(resources->mem_head), 0x100000);  in configure_new_function() 2394 		if (!mem_node)  in configure_new_function() 2404 		dbg("(base, len, next) (%x, %x, %p)\n", mem_node->base,  in configure_new_function() 2405 					mem_node->length, mem_node->next);  in configure_new_function() 2431 		temp_resources.mem_head = mem_node;  in configure_new_function() 2473 		memcpy(hold_mem_node, mem_node, sizeof(struct pci_resource));  in configure_new_function() 2474 		mem_node->next = NULL;  in configure_new_function() 2477 		temp_word = mem_node->base >> 16;  in configure_new_function() 2480 		temp_word = (mem_node->base + mem_node->length - 1) >> 16;  in configure_new_function() [all …] 
 | 
| /Linux-v6.6/arch/sparc/kernel/ | 
| D | chmc.c | 400 	struct device_node *mem_node;  in jbusmc_probe()  local 407 	mem_node = of_find_node_by_path("/memory");  in jbusmc_probe() 408 	if (!mem_node) {  in jbusmc_probe() 412 	mem_regs = of_get_property(mem_node, "reg", &len);  in jbusmc_probe()
  | 
| /Linux-v6.6/tools/testing/selftests/mm/ | 
| D | ksm_tests.c | 469 	int mem_node = 0;  in get_next_mem_node()  local 473 		mem_node = i % (max_node + 1);  in get_next_mem_node() 474 		node_size = numa_node_size(mem_node, NULL);  in get_next_mem_node() 478 	return mem_node;  in get_next_mem_node()
  | 
| /Linux-v6.6/kernel/sched/ | 
| D | fair.c | 3090 void task_numa_fault(int last_cpupid, int mem_node, int pages, int flags)  in task_numa_fault()  argument 3110 	if (!node_is_toptier(mem_node) &&  in task_numa_fault() 3149 				numa_is_active_node(mem_node, ng))  in task_numa_fault() 3166 	p->numa_faults[task_faults_idx(NUMA_MEMBUF, mem_node, priv)] += pages;  in task_numa_fault()
  |