cur_pg 925 arch/x86/events/intel/pt.c unsigned int idx, cur_pg = 0, z_pg = 0, start_idx = 0; cur_pg 958 arch/x86/events/intel/pt.c cur_pg = PFN_DOWN(topa->offset); cur_pg 968 arch/x86/events/intel/pt.c if (pg >= cur_pg && pg < cur_pg + z_pg) { cur_pg 969 arch/x86/events/intel/pt.c idx = (pg - cur_pg) / TOPA_ENTRY_PAGES(topa, 0); cur_pg 976 arch/x86/events/intel/pt.c for (idx = start_idx, cur_pg += z_pg; idx < topa->last; idx++) { cur_pg 977 arch/x86/events/intel/pt.c if (cur_pg + TOPA_ENTRY_PAGES(topa, idx) > pg) cur_pg 980 arch/x86/events/intel/pt.c cur_pg += TOPA_ENTRY_PAGES(topa, idx);