Searched refs:SMALLOC_END (Results 1 – 2 of 2) sorted by relevance
284 local_flush_tlb_range( NULL, VMALLOC_START, SMALLOC_END ); in local_flush_tlb_all()743 if (addr > SMALLOC_END-size) { in get_shared_area()749 if (addr + size > SMALLOC_END) { in get_shared_area()
60 #define SMALLOC_END (VMALLOC_START + VALID_EA_BITS) macro