Lines Matching defs:start
16 u64 start;
38 void add_mem_detect_block(u64 start, u64 end);
40 static inline int __get_mem_detect_block(u32 n, unsigned long *start,
44 *start = 0;
50 *start = (unsigned long)mem_detect.entries[n].start;
53 *start = (unsigned long)mem_detect.entries_extended[n - MEM_INLINED_ENTRIES].start;
62 * @p_start: ptr to unsigned long for start address of the range
72 static inline void get_mem_detect_reserved(unsigned long *start,
75 *start = (unsigned long)mem_detect.entries_extended;
84 unsigned long start;
88 __get_mem_detect_block(mem_detect.count - 1, &start, &end);