Home
last modified time | relevance | path

Searched refs:pgo (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A D0001-Makefile.pre-use-qemu-wrapper-when-gathering-profile.patch22 + ./pgo-wrapper ./python -m test.regrtest --pgo test_grammar test_opcodes test_dict test_types
/openbmc/linux/drivers/scsi/
H A Dst.c2511 int pgo; in write_mode_page() local
2519 pgo = MODE_HEADER_LENGTH + (STp->buffer)->b_data[MH_OFF_BDESCS_LENGTH]; in write_mode_page()
2520 cmd[4] = pgo + (STp->buffer)->b_data[pgo + MP_OFF_PAGE_LENGTH] + 2; in write_mode_page()
2526 (STp->buffer)->b_data[pgo + MP_OFF_PAGE_NBR] &= MP_MSK_PAGE_NBR; in write_mode_page()
3388 int pgo, psd_cnt, psdo; in partition_tape() local
3405 pgo = MODE_HEADER_LENGTH + bp[MH_OFF_BDESCS_LENGTH]; in partition_tape()
3407 bp[pgo + MP_OFF_PAGE_LENGTH] + 2); in partition_tape()
3409 psd_cnt = (bp[pgo + MP_OFF_PAGE_LENGTH] + 2 - PART_PAGE_FIXED_LENGTH) / 2; in partition_tape()
3412 needs_format = (bp[pgo + PP_OFF_FLAGS] & PP_MSK_POFM) != 0; in partition_tape()
3423 if ((bp[pgo + PP_OFF_FLAGS] & PP_MSK_PSUM_UNITS) == PP_MSK_PSUM_UNITS) { in partition_tape()
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3_3.13.1.bb125 PACKAGECONFIG[pgo] = "--enable-optimizations,,qemu-native"
168 if ${@bb.utils.contains('PACKAGECONFIG', 'pgo', 'true', 'false', d)}; then
169 cat >pgo-wrapper <<EOF
174 chmod +x pgo-wrapper
408 …if "pgo" in d.getVar("PACKAGECONFIG").split() and not bb.utils.contains('MACHINE_FEATURES', 'qemu-…
409 …bb.fatal("pgo cannot be enabled as there is no qemu-usermode support for this architecture/machine…
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-2.6.rst387 does not contain "pgo". You could accomplish the latter using the
390 PACKAGECONFIG_remove_pn-python3 = "pgo"