Searched refs:prototype (Results 1 – 3 of 3) sorted by relevance
179 my ($newsection, $newcontents, $prototype, $brcount, %source_map);1102 my ($prototype, $file) = @_;1687 my $prototype = shift;1693 $prototype =~ s/^static +//;1694 $prototype =~ s/^extern +//;1695 $prototype =~ s/^asmlinkage +//;1696 $prototype =~ s/^inline +//;1697 $prototype =~ s/^__inline__ +//;1698 $prototype =~ s/^__inline +//;1699 $prototype =~ s/^__always_inline +//;[all …]
236 unsigned long prototype; in split_large_page() local247 prototype = pte & ~PT_ADDR_MASK; in split_large_page()249 prototype &= ~PT_PAGE_SIZE_MASK; in split_large_page()253 new_pt[i] = prototype | pa; in split_large_page()
820 unsigned long prototype; in split_large_ept_entry() local831 prototype = pte & ~EPT_ADDR_MASK; in split_large_ept_entry()833 prototype &= ~EPT_LARGE_PAGE; in split_large_ept_entry()837 new_pt[i] = prototype | gpa; in split_large_ept_entry()