Lines Matching refs:KB
39 #define INGTT(offset) (*(volatile uint32_t *)(gtt + (offset) / (KB(4) / 4)))
58 gtt = (unsigned char *)(pI830->mmio + KB(512));
75 for (start = 0; start < aper_size; start += KB(4)) {
82 for (end = start + KB(4); end < aper_size; end += KB(4)) {
92 start, end - KB(4),
93 start_pte, start_pte + (end - start) - KB(4));
94 start = end - KB(4);
99 for (end = start + KB(4); end < aper_size; end += KB(4)) {
108 start, end - KB(4),
110 start = end - KB(4);