Filling x86_64 Pointers Top Sixteen Bits With Tag Data?
问题 Since current x86_64 implementations are only capable of a forty eight bit "virtual" address space to reduce MMU complexity, could the top sixteen bits be used to implement security tag data. Do the current implementations restrict this (even know the IP and other segment registers are a full sixty four bits) usage and restrict the top sixteen bits of pointers to only contain virtual addresses and not other data? 回答1: No, you cannot. The top 16 bits are currently required to all be the same