In a 32-bits system with 4KB page size, the page number PN from its address VA is 20 bits long obtained with PN = VA / 4KB.
But if we have a 48-bits system, is still the page number 20 bits long?
Concretely, I have a virtual address of the form 0x5641ba0c7000 and I want to know if the virtual page number is 5641ba0c7 (= 5641ba0c7000 / 4KB) or 5641b (20 bits)