Home | History | Annotate | Download | only in parameter

Lines Matching defs:base

35  * | addr_array[count]   | per 8byte | memory region base address              |
49 uint64_t base, top;
66 /* calculate ns-region base addr and size offset */
70 /* read all ns-regions base and top address */
72 base = mmio_read_64(addr + addr_offset);
73 top = base + mmio_read_64(addr + size_offset);
78 p.ns_base[i] = RG_SIZE_MB(base);
86 * a s-region's base starts from previous ns-region's top, and a
87 * s-region's top ends with next ns-region's base. maybe like this:
119 /* s-region's base starts from previous ns-region's top */
122 /* s-region's top ends with next ns-region's base */