Searched refs:extmem (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/bcm47xx/ |
H A D | prom.c | 141 unsigned long extmem = 0; in bcm47xx_prom_highmem_init() local 165 for (extmem = 128 << 20; extmem < 512 << 20; extmem <<= 1) { in bcm47xx_prom_highmem_init() 166 if (!memcmp((void *)prom_init, (void *)(off + extmem), 16)) in bcm47xx_prom_highmem_init() 169 extmem -= lowmem; in bcm47xx_prom_highmem_init() 173 if (!extmem) in bcm47xx_prom_highmem_init() 177 extmem >> 20); in bcm47xx_prom_highmem_init()
|
/kernel/linux/linux-6.6/arch/mips/bcm47xx/ |
H A D | prom.c | 137 unsigned long extmem = 0; in bcm47xx_prom_highmem_init() local 161 for (extmem = 128 << 20; extmem < 512 << 20; extmem <<= 1) { in bcm47xx_prom_highmem_init() 162 if (!memcmp((void *)prom_init, (void *)(off + extmem), 16)) in bcm47xx_prom_highmem_init() 165 extmem -= lowmem; in bcm47xx_prom_highmem_init() 169 if (!extmem) in bcm47xx_prom_highmem_init() 173 extmem >> 20); in bcm47xx_prom_highmem_init()
|
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vpu/ |
H A D | mtk_vpu.c | 175 * @extmem: VPU extended memory information 203 struct vpu_mem extmem[2]; member 448 return vpu->extmem[D_FW].va + (dtcm_dmem_addr - VPU_DTCM_SIZE); in vpu_mapping_dm_addr() 528 dest = vpu->extmem[fw_type].va; in load_requested_vpu() 679 dma_free_coherent(dev, fw_ext_size, vpu->extmem[fw_type].va, in vpu_free_ext_mem() 680 vpu->extmem[fw_type].pa); in vpu_free_ext_mem() 691 vpu->extmem[fw_type].va = dma_alloc_coherent(dev, in vpu_alloc_ext_mem() 693 &vpu->extmem[fw_type].pa, in vpu_alloc_ext_mem() 695 if (!vpu->extmem[fw_type].va) { in vpu_alloc_ext_mem() 702 vpu_cfg_writel(vpu, (vpu->extmem[fw_typ in vpu_alloc_ext_mem() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vpu/ |
H A D | mtk_vpu.c | 182 * @extmem: VPU extended memory information 210 struct vpu_mem extmem[2]; member 471 return vpu->extmem[D_FW].va + (dtcm_dmem_addr - VPU_DTCM_SIZE); in vpu_mapping_dm_addr() 551 dest = vpu->extmem[fw_type].va; in load_requested_vpu() 709 dma_free_coherent(dev, fw_ext_size, vpu->extmem[fw_type].va, in vpu_free_ext_mem() 710 vpu->extmem[fw_type].pa); in vpu_free_ext_mem() 721 vpu->extmem[fw_type].va = dma_alloc_coherent(dev, in vpu_alloc_ext_mem() 723 &vpu->extmem[fw_type].pa, in vpu_alloc_ext_mem() 725 if (!vpu->extmem[fw_type].va) { in vpu_alloc_ext_mem() 732 vpu_cfg_writel(vpu, (vpu->extmem[fw_typ in vpu_alloc_ext_mem() [all...] |
/kernel/linux/linux-5.10/arch/s390/mm/ |
H A D | Makefile | 6 obj-y := init.o fault.o extmem.o mmap.o vmem.o maccess.o
|
H A D | extmem.c | 10 #define KMSG_COMPONENT "extmem" 28 #include <asm/extmem.h> 248 * 0 .. 6 : type of segment as defined in include/asm-s390/extmem.h 410 * 0 .. 6 : type of segment as defined in include/asm-s390/extmem.h
|
/kernel/linux/linux-6.6/arch/s390/mm/ |
H A D | Makefile | 6 obj-y := init.o fault.o extmem.o mmap.o vmem.o maccess.o
|
H A D | extmem.c | 10 #define KMSG_COMPONENT "extmem" 28 #include <asm/extmem.h> 248 * 0 .. 6 : type of segment as defined in include/asm-s390/extmem.h 410 * 0 .. 6 : type of segment as defined in include/asm-s390/extmem.h
|
/kernel/linux/linux-6.6/drivers/s390/char/ |
H A D | monreader.c | 28 #include <asm/extmem.h>
|
/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | monreader.c | 29 #include <asm/extmem.h>
|
/kernel/linux/linux-5.10/drivers/s390/block/ |
H A D | dcssblk.c | 24 #include <asm/extmem.h>
|
/kernel/linux/linux-6.6/drivers/s390/block/ |
H A D | dcssblk.c | 24 #include <asm/extmem.h>
|
Completed in 12 milliseconds