Searched refs:start_ (Results 1 – 5 of 5) sorted by relevance
161 phys_addr_t start_, end_; in memory_region_available() local163 start_ = boot_mem_map.map[i].addr; in memory_region_available()168 if (start >= start_ && start + size <= end_) in memory_region_available()172 if ((start >= start_ && start < end_) || in memory_region_available()173 (start < start_ && start + size >= start_)) in memory_region_available()
39 start = start_##ops##_##x; \ in native_patch()
48 start = start_##ops##_##x; \ in native_patch()
20 static void bpf_flush_icache(void *start_, void *end_) in bpf_flush_icache() argument25 unsigned long start = (unsigned long) start_; in bpf_flush_icache()
398 __visible extern const char start_##ops##_##name[], end_##ops##_##name[]; \