Lines Matching defs:base
45 #include "base/bitunion.hh"
46 #include "base/logging.hh"
312 // Hidden segment base field
328 // The effective segment base, ie what is actually added to an
730 Bitfield<51, 12> physbase; // Range physical base address
824 Bitfield<51,12> physbase; // Range physical base address
881 setter(uint64_t &storage, uint32_t base)
883 replaceBits(storage, 63, 56, bits(base, 31, 24));
884 replaceBits(storage, 39, 16, bits(base, 23, 0));
918 BitfieldType<SegDescriptorBase> base;
954 BitfieldType<SegDescriptorBase> base;
984 Bitfield<31, 0> base;
1052 Bitfield<51, 12> base;