Searched refs:tmpl1 (Results 1 – 4 of 4) sorted by relevance
19 my $tmpl1 = Text::Template->new(28 $tmpl1->compile;31 my $t1 = $tmpl1->fill_in(PACKAGE => 'T1');40 $tmpl1 = Emptyclass1->new(49 $tmpl1->compile;52 $t1 = $tmpl1->fill_in(PACKAGE => 'T4');60 $tmpl1 = Emptyclass2->new(69 $tmpl1->compile;72 $t1 = $tmpl1->fill_in(PACKAGE => 'T4');
18 my $tmpl1 = Text::Template::Preprocess->new(TYPE => 'STRING', SOURCE => $tin);20 $tmpl1->compile;22 my $t1 = $tmpl1->fill_in(
19 my $tmpl1 = Text::Template->new(28 $tmpl1->compile;32 my $t1 = $tmpl1->fill_in(PACKAGE => 'T1', STRICT => 1, HASH => { bar => 'baz' });
8129 vm_offset_t tmpl1; in pmap_demote_l1() local8146 tmpl1 = 0; in pmap_demote_l1()8148 tmpl1 = kva_alloc(PAGE_SIZE); in pmap_demote_l1()8149 if (tmpl1 == 0) in pmap_demote_l1()8179 if (tmpl1 != 0) { in pmap_demote_l1()8180 pmap_kenter(tmpl1, PAGE_SIZE, in pmap_demote_l1()8183 l1 = (pt_entry_t *)(tmpl1 + ((vm_offset_t)l1 & PAGE_MASK)); in pmap_demote_l1()8190 if (tmpl1 != 0) { in pmap_demote_l1()8191 pmap_kremove(tmpl1); in pmap_demote_l1()8192 kva_free(tmpl1, PAGE_SIZE); in pmap_demote_l1()