Lines Matching refs:base
25 unsigned long base = (unsigned long)part->base;
26 unsigned long end = base + block->size;
28 if (!PAGE_ALIGNED(base) || !PAGE_ALIGNED(end)) {
77 unsigned long base;
95 base = (unsigned long)part->base;
100 ret = set_memory_nx((unsigned long)base, pages);
103 ret = set_memory_rw((unsigned long)base, pages);
109 ret = set_memory_rox((unsigned long)base, pages);