Searched refs:phys0 (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/arch/metag/mm/
H A Dmmu-meta2.c22 unsigned int phys0; mmu_read_first_level_page() local
30 phys0 = metag_in32(mmu_phys0_addr(cpu)); mmu_read_first_level_page()
33 linear_base = (phys0 >> PGDIR_SHIFT) & 0x1ff; mmu_read_first_level_page()
36 linear_limit = 1 << ((phys0 >> 8) & 0xf); mmu_read_first_level_page()
94 unsigned int t, phys0; repriv_mmu_tables() local
98 phys0 = metag_in32(phys0_addr); repriv_mmu_tables()
99 if ((phys0 & _PAGE_PRESENT) && !(phys0 & _PAGE_PRIV)) { repriv_mmu_tables()
103 phys0 |= _PAGE_PRIV; repriv_mmu_tables()
104 metag_out32(phys0, phys0_addr); repriv_mmu_tables()
/linux-4.4.14/arch/metag/include/asm/
H A Dmmu.h51 unsigned long phys0; mmu_phys0_addr() local
53 phys0 = (MMCU_T0LOCAL_TABLE_PHYS0 + mmu_phys0_addr()
57 return phys0; mmu_phys0_addr()
H A Dmmu_context.h56 unsigned long phys0 = mmu_phys0_addr(thread); load_pgd() local
66 _PAGE_PRESENT, phys0); load_pgd()
/linux-4.4.14/include/video/
H A Dimx-ipu-v3.h178 dma_addr_t phys0; member in struct:ipu_image
/linux-4.4.14/drivers/gpu/ipu-v3/
H A Dipu-cpmem.c749 ipu_cpmem_set_buffer(ch, 0, image->phys0 + offset); ipu_cpmem_set_image()

Completed in 290 milliseconds