Home
last modified time | relevance | path

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

/tools/power/x86/intel-speed-select/
A Disst-display.c603 int _level; in isst_pbf_display_information() local
605 _level = print_package_info(id, outf); in isst_pbf_display_information()
606 _isst_pbf_display_information(id, outf, level, pbf_info, _level + 1); in isst_pbf_display_information()
614 int _level; in isst_fact_display_information() local
616 _level = print_package_info(id, outf); in isst_fact_display_information()
618 fact_info, _level + 1); in isst_fact_display_information()
/tools/testing/selftests/kvm/include/x86/
A Dprocessor.h1409 #define PG_LEVEL_SHIFT(_level) ((_level - 1) * 9 + 12) argument
1410 #define PG_LEVEL_SIZE(_level) (1ull << PG_LEVEL_SHIFT(_level)) argument

Completed in 10 milliseconds