Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/hw/
Dmem_input.h87 PHYSICAL_ADDRESS_LOC pte_end; member
/kernel/linux/linux-5.10/mm/
Dgup.c2365 unsigned long pte_end; in gup_hugepte() local
2370 pte_end = (addr + sz) & ~(sz-1); in gup_hugepte()
2371 if (pte_end < end) in gup_hugepte()
2372 end = pte_end; in gup_hugepte()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hubp.c808 VM_CONTEXT0_PAGE_TABLE_END_ADDR_MSB, vm0->pte_end.high_part); in hubp1_set_vm_context0_settings()
810 VM_CONTEXT0_PAGE_TABLE_END_ADDR_LSB, vm0->pte_end.low_part); in hubp1_set_vm_context0_settings()
Ddcn10_hw_sequencer.c2082 LOGICAL_PAGE_NUMBER_HI4, &vm0->pte_end.high_part); in mmhub_read_vm_context0_settings()
2084 LOGICAL_PAGE_NUMBER_LO32, &vm0->pte_end.low_part); in mmhub_read_vm_context0_settings()