Searched refs:pvalue (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/arch/x86/cpu/ |
| H 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()
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | lapic.h | 74 int lapic_remote_read(int apicid, int reg, unsigned long *pvalue);
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | get_maintainer.pl | 1059 my $pvalue = $2; 1061 $role = $pvalue; 1109 my $pvalue = $2; 1111 my $list_address = $pvalue; 1145 my ($name, $address) = parse_email($pvalue); 1152 $pvalue = format_email($name, $address, $email_usename); 1159 push_email_addresses($pvalue, $role); 1162 my ($name, $address) = parse_email($pvalue); 1169 $pvalue = format_email($name, $address, $email_usename); 1176 push_email_addresses($pvalue, "reviewer:$subsystem"); [all …]
|