Home
last modified time | relevance | path

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

/kvm-unit-tests/scripts/
H A Dkernel-doc179 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 …]
/kvm-unit-tests/lib/x86/
H A Dvm.c236 unsigned long prototype; in split_large_page() local
247 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()
/kvm-unit-tests/x86/
H A Dvmx.c820 unsigned long prototype; in split_large_ept_entry() local
831 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()