Searched refs:build_reserve_entry (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/scripts/dtc/
H A Ddtc-parser.y113 $$ = build_reserve_entry($3, $4, $1);
135 $$ = build_reserve_entry($3, $5 - $3 + 1, $1);
H A Ddtc.h206 struct reserve_info *build_reserve_entry(uint64_t start, uint64_t len, char *label);
H A Dlivetree.c127 struct reserve_info *build_reserve_entry(uint64_t address, uint64_t size, function
H A Dflattree.c689 new = build_reserve_entry(re.address, re.size, NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/scripts/dtc/
H A Ddtc-parser.y113 $$ = build_reserve_entry($3, $4, $1);
135 $$ = build_reserve_entry($3, $5 - $3 + 1, $1);
H A Ddtc.h206 struct reserve_info *build_reserve_entry(uint64_t start, uint64_t len, char *label);
H A Dlivetree.c127 struct reserve_info *build_reserve_entry(uint64_t address, uint64_t size, function
H A Dflattree.c689 new = build_reserve_entry(re.address, re.size, NULL);

Completed in 120 milliseconds