Home
last modified time | relevance | path

Searched refs:first_pass (Results 1 – 2 of 2) sorted by relevance

/arch/powerpc/kernel/
A Drtasd.c424 static int first_pass = 1; variable
439 if (first_pass) { in rtas_event_scan()
440 first_pass = 0; in rtas_event_scan()
/arch/powerpc/kvm/
A Dbook3s_64_mmu_hv.c1598 int first_pass; member
1625 int want_valid, int first_pass) in record_hpte() argument
1634 if (!first_pass && !dirty) in record_hpte()
1688 if (!(valid == want_valid && (first_pass || dirty))) in record_hpte()
1708 int first_pass; in kvm_htab_read() local
1716 first_pass = ctx->first_pass; in kvm_htab_read()
1735 if (!first_pass) { in kvm_htab_read()
1749 record_hpte(flags, hptp, hpte, revp, 1, first_pass)) { in kvm_htab_read()
1764 record_hpte(flags, hptp, hpte, revp, 0, first_pass)) { in kvm_htab_read()
1785 ctx->first_pass = 0; in kvm_htab_read()
[all …]

Completed in 8 milliseconds