Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/inc/hw/
Dmem_input.h91 PHYSICAL_ADDRESS_LOC pte_end; member
/linux-6.1.9/mm/
Dgup.c2630 unsigned long pte_end; in gup_hugepte() local
2636 pte_end = (addr + sz) & ~(sz-1); in gup_hugepte()
2637 if (pte_end < end) in gup_hugepte()
2638 end = pte_end; in gup_hugepte()
/linux-6.1.9/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.c2405 LOGICAL_PAGE_NUMBER_HI4, &vm0->pte_end.high_part); in mmhub_read_vm_context0_settings()
2407 LOGICAL_PAGE_NUMBER_LO32, &vm0->pte_end.low_part); in mmhub_read_vm_context0_settings()