Searched refs:address (Results 1 - 11 of 11) sorted by relevance

/scripts/
H A Dget_maintainer.pl86 # rfc822 email address - preloaded methods go here.
302 # Read mail address map
333 my $address = $2;
336 ($real_name, $address) = parse_email("$real_name <$address>");
337 $mailmap->{names}->{$address} = $real_name;
678 my ($name, $address) = parse_email($email);
680 my $tmp_email = format_email($name, $address, $email_usename);
728 --email => print email address(es) if any
783 other automated tools that expect only ["name"] <email address>
[all...]
H A Dmarkup_oops.pl222 my ($address, $target) = @_;
223 my $ad = "0x".$address;
238 open(FILE, $cross_compile."objdump -dS --adjust-vma=$vmaoffset --start-address=$decodestart --stop-address=$decodestop $filename |") || die "Cannot start objdump";
/scripts/dtc/libfdt/
H A Dfdt.h26 uint64_t address; member in struct:fdt_reserve_entry
H A Dfdt_ro.c83 int fdt_get_mem_rsv(const void *fdt, int n, uint64_t *address, uint64_t *size) argument
86 *address = fdt64_to_cpu(_fdt_mem_rsv(fdt, n)->address);
H A Dlibfdt.h245 * @address, @size: pointers to 64-bit variables
247 * On success, *address and *size will contain the address and size of
257 int fdt_get_mem_rsv(const void *fdt, int n, uint64_t *address, uint64_t *size);
281 * address, in which case fdt_subnode_offset() will find the subnode
282 * with that unit address, or the unit address may be omitted, in
284 * whose name excluding unit address matches the given name.
304 * Each path component may omit the unit address portion, but the
308 * address)
[all...]
H A Dfdt_rw.c172 int fdt_add_mem_rsv(void *fdt, uint64_t address, uint64_t size) argument
184 re->address = cpu_to_fdt64(address);
H A Dfdt_sw.c125 re->address = cpu_to_fdt64(addr);
/scripts/dtc/
H A Dlivetree.c205 struct reserve_info *build_reserve_entry(uint64_t address, uint64_t size) argument
211 new->re.address = address;
481 if (a->re.address < b->re.address)
483 else if (a->re.address > b->re.address)
H A Ddata.c259 bere.address = cpu_to_fdt64(re->address);
H A Dflattree.c518 * Each entry is an (address, size) pair of u64 values.
537 ASM_EMIT_BELONG(f, "0x%08x", (unsigned int)(re->re.address >> 32));
539 (unsigned int)(re->re.address & 0xffffffff));
712 re.address = fdt64_to_cpu(re.address);
717 new = build_reserve_entry(re.address, re.size);
H A Dtreesource.c276 (unsigned long long)re->re.address,

Completed in 585 milliseconds