Home
last modified time | relevance | path

Searched refs:memtype (Results 1 – 25 of 53) sorted by relevance

123

/openbmc/linux/mm/
H A Dmemory-tiers.c32 struct memory_dev_type *memtype; member
460 node_memory_types[node].memtype = memtype; in __init_node_memory_type()
469 if (node_memory_types[node].memtype == memtype) { in __init_node_memory_type()
489 memtype = node_memory_types[node].memtype; in set_node_memory_tier()
527 memtype = node_memory_types[node].memtype; in clear_node_memory_tier()
544 kfree(memtype); in release_memtype()
551 memtype = kmalloc(sizeof(*memtype), GFP_KERNEL); in alloc_memory_type()
552 if (!memtype) in alloc_memory_type()
558 kref_init(&memtype->kref); in alloc_memory_type()
559 return memtype; in alloc_memory_type()
[all …]
/openbmc/linux/arch/x86/mm/pat/
H A Dmemtype.h10 struct memtype { struct
32 extern int memtype_check_insert(struct memtype *entry_new, argument
34 extern struct memtype *memtype_erase(u64 start, u64 end);
35 extern struct memtype *memtype_lookup(u64 addr);
36 extern int memtype_copy_nth_element(struct memtype *entry_out, loff_t pos);
38 static inline int memtype_check_insert(struct memtype *entry_new, in memtype_check_insert()
41 static inline struct memtype *memtype_erase(u64 start, u64 end) in memtype_erase()
43 static inline struct memtype *memtype_lookup(u64 addr) in memtype_lookup()
45 static inline int memtype_copy_nth_element(struct memtype *out, loff_t pos) in memtype_copy_nth_element()
H A Dmemtype_interval.c36 static inline u64 interval_start(struct memtype *entry) in interval_start()
41 static inline u64 interval_end(struct memtype *entry) in interval_end()
46 INTERVAL_TREE_DEFINE(struct memtype, rb, u64, subtree_max_end,
57 static struct memtype *memtype_match(u64 start, u64 end, int match_type) in memtype_match()
59 struct memtype *entry_match; in memtype_match()
82 struct memtype *entry_match; in memtype_check_conflict()
131 struct memtype *memtype_erase(u64 start, u64 end) in memtype_erase()
133 struct memtype *entry_old; in memtype_erase()
164 struct memtype *memtype_lookup(u64 addr) in memtype_lookup()
175 int memtype_copy_nth_element(struct memtype *entry_out, loff_t pos) in memtype_copy_nth_element()
[all …]
H A Dmemtype.c140 enum page_cache_mode memtype) in set_page_memtype() argument
146 switch (memtype) { in set_page_memtype()
173 enum page_cache_mode memtype) in set_page_memtype() argument
541 struct memtype *entry_new; in memtype_reserve()
594 entry_new = kzalloc(sizeof(struct memtype), GFP_KERNEL); in memtype_reserve()
627 struct memtype *entry_old; in memtype_free()
675 struct memtype *entry; in lookup_memtype()
1130 static struct memtype *memtype_get_idx(loff_t pos) in memtype_get_idx()
1132 struct memtype *entry_print; in memtype_get_idx()
1135 entry_print = kzalloc(sizeof(struct memtype), GFP_KERNEL); in memtype_get_idx()
[all …]
H A DMakefile3 obj-y := set_memory.o memtype.o
/openbmc/u-boot/arch/mips/mach-ath79/ar934x/
H A Dddr.c41 int memtype; in ar934x_ddr_init() local
50 memtype = AR934X_DDR1; in ar934x_ddr_init()
53 memtype = AR934X_DDR2; in ar934x_ddr_init()
79 memtype = AR934X_SDRAM; in ar934x_ddr_init()
90 memcfg = &ar934x_mem_config[memtype]; in ar934x_ddr_init()
107 if (memtype == AR934X_DDR2) { in ar934x_ddr_init()
115 if (memtype != AR934X_SDRAM) in ar934x_ddr_init()
138 if (memtype != AR934X_SDRAM) { in ar934x_ddr_init()
/openbmc/linux/include/linux/
H A Dmemory-tiers.h36 void put_memory_type(struct memory_dev_type *memtype);
38 void clear_node_memory_type(int node, struct memory_dev_type *memtype);
71 static inline void put_memory_type(struct memory_dev_type *memtype) in put_memory_type() argument
81 static inline void clear_node_memory_type(int node, struct memory_dev_type *memtype) in clear_node_memory_type() argument
H A Duio_driver.h42 int memtype; member
/openbmc/linux/fs/pstore/
H A Dram_core.c404 unsigned int memtype) in persistent_ram_vmap() argument
416 switch (memtype) { in persistent_ram_vmap()
427 pr_err("invalid mem_type=%d\n", memtype); in persistent_ram_vmap()
458 unsigned int memtype, char *label) in persistent_ram_iomap() argument
469 if (memtype) in persistent_ram_iomap()
483 struct persistent_ram_zone *prz, int memtype) in persistent_ram_buffer_map() argument
489 prz->vaddr = persistent_ram_vmap(start, size, memtype); in persistent_ram_buffer_map()
491 prz->vaddr = persistent_ram_iomap(start, size, memtype, in persistent_ram_buffer_map()
586 unsigned int memtype, u32 flags, char *label) in persistent_ram_new() argument
604 ret = persistent_ram_buffer_map(start, size, prz, memtype); in persistent_ram_new()
H A Dram_internal.h84 unsigned int memtype, u32 flags, char *label);
H A Dram.c87 unsigned int memtype; member
552 cxt->memtype, flags, label); in ramoops_init_przs()
599 cxt->memtype, PRZ_FLAG_ZAP_OLD, label); in ramoops_init_prz()
773 cxt->memtype = pdata->mem_type; in ramoops_probe()
/openbmc/linux/drivers/edac/
H A Dsynopsys_edac.c751 u32 memtype; in zynq_get_mtype() local
753 memtype = readl(base + T_ZQ_OFST); in zynq_get_mtype()
755 if (memtype & T_ZQ_DDRMODE_MASK) in zynq_get_mtype()
775 u32 memtype; in zynqmp_get_mtype() local
779 if ((memtype & MEM_TYPE_DDR3) || (memtype & MEM_TYPE_LPDDR3)) in zynqmp_get_mtype()
781 else if (memtype & MEM_TYPE_DDR2) in zynqmp_get_mtype()
783 else if ((memtype & MEM_TYPE_LPDDR4) || (memtype & MEM_TYPE_DDR4)) in zynqmp_get_mtype()
1146 u32 width, memtype; in setup_column_address_map() local
1176 if (memtype & MEM_TYPE_LPDDR3) { in setup_column_address_map()
1196 if (memtype & MEM_TYPE_LPDDR3) { in setup_column_address_map()
[all …]
/openbmc/linux/drivers/uio/
H A Duio_hv_generic.c277 pdata->info.mem[TXRX_RING_MAP].memtype = UIO_MEM_IOVA; in hv_uio_probe()
283 pdata->info.mem[INT_PAGE_MAP].memtype = UIO_MEM_LOGICAL; in hv_uio_probe()
289 pdata->info.mem[MON_PAGE_MAP].memtype = UIO_MEM_LOGICAL; in hv_uio_probe()
312 pdata->info.mem[RECV_BUF_MAP].memtype = UIO_MEM_VIRTUAL; in hv_uio_probe()
334 pdata->info.mem[SEND_BUF_MAP].memtype = UIO_MEM_VIRTUAL; in hv_uio_probe()
H A Duio_cif.c64 info->mem[0].memtype = UIO_MEM_PHYS; in hilscher_pci_probe()
67 info->mem[1].memtype = UIO_MEM_PHYS; in hilscher_pci_probe()
H A Duio_pruss.c188 p->mem[0].memtype = UIO_MEM_PHYS; in pruss_probe()
192 p->mem[1].memtype = UIO_MEM_PHYS; in pruss_probe()
196 p->mem[2].memtype = UIO_MEM_PHYS; in pruss_probe()
H A Duio_dfl.c30 uiomem->memtype = UIO_MEM_PHYS; in uio_dfl_probe()
H A Duio_dmem_genirq.c251 uiomem->memtype = UIO_MEM_PHYS; in uio_dmem_genirq_probe()
267 uiomem->memtype = UIO_MEM_PHYS; in uio_dmem_genirq_probe()
H A Duio_pci_generic.c121 uiomem->memtype = UIO_MEM_PHYS; in probe()
H A Duio_netx.c91 info->mem[0].memtype = UIO_MEM_PHYS; in netx_pci_probe()
H A Duio_mf624.c128 mem->memtype = UIO_MEM_PHYS; in mf624_setup_mem()
/openbmc/linux/drivers/firmware/efi/libstub/
H A Dmem.c23 int memtype = install_cfg_tbl ? EFI_ACPI_RECLAIM_MEMORY in efi_get_memory_map() local
37 status = efi_bs_call(allocate_pool, memtype, sizeof(*m) + size, in efi_get_memory_map()
/openbmc/linux/include/linux/mtd/
H A Dhyperbus.h42 enum hyperbus_memtype memtype; member
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_catalog.c569 .memtype = {2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2},
589 .memtype = {3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3},
609 .memtype = {3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3},
/openbmc/linux/Documentation/arch/x86/
H A Dpat.rst112 In addition, step 2 internally tracks the region as UC or WC in memtype
177 With CONFIG_DEBUG_FS enabled, PAT memtype list can be examined by::
181 PAT memtype list:
/openbmc/linux/drivers/mtd/hyperbus/
H A Dhyperbus-core.c79 hbdev->memtype = HYPERFLASH; in hyperbus_register_device()

123