Searched refs:reg (Results 1 – 4 of 4) sorted by relevance
88 my ($reg) = @_;89 $reg =~ s/r(.)x/e\1x/;90 $reg =~ s/r(.)i/e\1i/;91 $reg =~ s/r(.)p/e\1p/;92 return $reg;126 foreach $reg (keys(%regs)) {129 my $val = $regs{$reg};138 if ($clobber =~ /$reg/ || $clobberprime =~ /$reg/) {142 $regs{$reg} = "";146 if ($lastword =~ /$reg/ || $lastwordprime =~ /$reg/) {[all …]
925 func = (reg & 0x700) >> 8; in check_pci_device_reg()927 if (reg & 0xff000000) in check_pci_device_reg()929 if (reg & 0x000000ff) in check_pci_device_reg()982 uint64_t reg = 0; in check_simple_bus_reg() local1006 reg = (reg << 32) | fdt32_to_cpu(*(cells++)); in check_simple_bus_reg()1053 uint32_t reg = 0; in check_i2c_bus_reg() local1085 reg); in check_i2c_bus_reg()1086 } else if (reg > 0x7f) in check_i2c_bus_reg()1088 reg); in check_i2c_bus_reg()1143 uint32_t reg = 0; in check_spi_bus_reg() local[all …]
661 struct property *reg; in guess_boot_cpuid() local672 reg = get_property(bootcpu, "reg"); in guess_boot_cpuid()673 if (!reg || (reg->val.len != sizeof(uint32_t))) in guess_boot_cpuid()678 return propval_cell(reg); in guess_boot_cpuid()
79 if arg_contain -mstack-protector-guard-reg=fs "$@"; then
Completed in 790 milliseconds