Home
last modified time | relevance | path

Searched refs:pvalue (Results 1 – 3 of 3) sorted by relevance

/u-boot/arch/x86/cpu/
A Dlapic.c101 int lapic_remote_read(int apicid, int reg, unsigned long *pvalue) in lapic_remote_read() argument
118 *pvalue = lapic_read(LAPIC_RRR); in lapic_remote_read()
/u-boot/arch/x86/include/asm/
A Dlapic.h73 int lapic_remote_read(int apicid, int reg, unsigned long *pvalue);
/u-boot/scripts/
A Dget_maintainer.pl1217 my $pvalue = $2;
1219 $role = $pvalue;
1267 my $pvalue = $2;
1269 my $list_address = $pvalue;
1303 my ($name, $address) = parse_email($pvalue);
1317 push_email_addresses($pvalue, $role);
1320 my ($name, $address) = parse_email($pvalue);
1334 push_email_addresses($pvalue, "reviewer:$subsystem");
1337 push(@scm, $pvalue);
1339 push(@web, $pvalue);
[all …]

Completed in 8 milliseconds