Home
last modified time | relevance | path

Searched refs:sps (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/hw/ppc/
H A Dfdt.c25 PPCHash64SegmentPageSizes *sps = &cpu->hash64_opts->sps[i]; in ppc_create_page_sizes_prop() local
27 if (!sps->page_shift) { in ppc_create_page_sizes_prop()
31 if (sps->enc[count].page_shift == 0) { in ppc_create_page_sizes_prop()
38 *(p++) = cpu_to_be32(sps->page_shift); in ppc_create_page_sizes_prop()
39 *(p++) = cpu_to_be32(sps->slb_enc); in ppc_create_page_sizes_prop()
42 *(p++) = cpu_to_be32(sps->enc[j].page_shift); in ppc_create_page_sizes_prop()
43 *(p++) = cpu_to_be32(sps->enc[j].pte_enc); in ppc_create_page_sizes_prop()
/openbmc/qemu/target/ppc/
H A Dmmu-hash64.c245 const PPCHash64SegmentPageSizes *sps = NULL; in ppc_store_slb() local
262 const PPCHash64SegmentPageSizes *sps1 = &cpu->hash64_opts->sps[i]; in ppc_store_slb()
269 sps = sps1; in ppc_store_slb()
274 if (!sps) { in ppc_store_slb()
283 slb->sps = sps; in ppc_store_slb()
598 static unsigned hpte_page_shift(const PPCHash64SegmentPageSizes *sps, in hpte_page_shift() argument
604 if (sps->page_shift != 12) { in hpte_page_shift()
613 const PPCHash64PageSize *ps = &sps->enc[i]; in hpte_page_shift()
648 const PPCHash64SegmentPageSizes *sps, in ppc_hash64_pteg_search() argument
679 *pshift = hpte_page_shift(sps, pte0, pte1); in ppc_hash64_pteg_search()
[all …]
H A Dmmu-hash64.h159 PPCHash64SegmentPageSizes sps[PPC_PAGE_SIZES_MAX_SZ]; member
H A Dcpu.h404 const PPCHash64SegmentPageSizes *sps; member
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0004-nativesdk-glibc-Fix-buffer-overrun-with-a-relocated-.patch43 + dirs = sps->dirs;
/openbmc/qemu/hw/ssi/
H A Dmss-spi.c218 bool sps = !!(s->regs[R_SPI_CONTROL] & C_SPS); in spi_flush_txfifo() local
253 if (!sps) { in spi_flush_txfifo()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch1612 avctx->profile = ps->sps->ptl.general_ptl.profile_idc;
1613 avctx->level = ps->sps->ptl.general_ptl.level_idc;
1615 + if (ps->sps->chroma_format_idc == 1) {
1616 + avctx->chroma_sample_location = ps->sps->vui.chroma_loc_info_present_flag ?
1617 + ps->sps->vui.chroma_sample_loc_type_top_field + 1 :
1620 + else if (ps->sps->chroma_format_idc == 2 ||
1621 + ps->sps->chroma_format_idc == 3) {
1652 - frame->ctb_count = s->ps.sps->ctb_width * s->ps.sps->ctb_height;
1660 + frame->ctb_count = s->ps.sps->ctb_width * s->ps.sps->ctb_height;
1692 ff_set_sar(avctx, sps->vui.sar);
[all …]
/openbmc/
Dopengrok1.0.log[all...]
Dopengrok2.0.log[all...]