Searched refs:pvalue (Results 1 – 3 of 3) sorted by relevance
| /u-boot/arch/x86/cpu/ |
| A D | lapic.c | 101 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 D | lapic.h | 73 int lapic_remote_read(int apicid, int reg, unsigned long *pvalue);
|
| /u-boot/scripts/ |
| A D | get_maintainer.pl | 1217 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