Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accel/ivpu/
H A Divpu_mmu_context.c19 #define IVPU_MMU_ENTRY_FLAGS_MASK (BIT(52) | GENMASK(11, 0)) macro
38 #define IVPU_MMU_ENTRY_INVALID (IVPU_MMU_DUMMY_ADDRESS & ~IVPU_MMU_ENTRY_FLAGS_MASK)
60 dma_addr & ~IVPU_MMU_ENTRY_FLAGS_MASK); in ivpu_mmu_pgtable_free()