/qemu/hw/cxl/ |
H A D | cxl-events.c | 155 CXLRetCode cxl_event_get_records(CXLDeviceState *cxlds, CXLGetEventPayload *pl, in cxl_event_get_records() argument 173 memcpy(&pl->records[nr], &entry->data, CXL_EVENT_RECORD_SIZE); in cxl_event_get_records() 178 pl->flags |= CXL_GET_EVENT_FLAG_MORE_RECORDS; in cxl_event_get_records() 182 pl->flags |= CXL_GET_EVENT_FLAG_OVERFLOW; in cxl_event_get_records() 183 pl->overflow_err_count = cpu_to_le16(log->overflow_err_count); in cxl_event_get_records() 184 pl->first_overflow_timestamp = in cxl_event_get_records() 186 pl->last_overflow_timestamp = in cxl_event_get_records() 190 pl->record_count = cpu_to_le16(nr); in cxl_event_get_records() 197 CXLClearEventPayload *pl) in cxl_event_clear_records() argument 204 log_type = pl->event_log; in cxl_event_clear_records() [all …]
|
H A D | cxl-device-utils.c | 194 uint8_t *pl = cxl_dstate->mbox_reg_state + A_CXL_DEV_CMD_PAYLOAD; in mailbox_reg_write() local 205 pl_in_copy = g_memdup2(pl, len_in); in mailbox_reg_write() 208 memset(pl, 0, CXL_MAILBOX_MAX_PAYLOAD_SIZE); in mailbox_reg_write() 210 &len_out, pl, &bg_started); in mailbox_reg_write()
|
H A D | cxl-mailbox-utils.c | 254 CXLGetEventPayload *pl; in cmd_events_get_records() local 264 pl = (CXLGetEventPayload *)payload_out; in cmd_events_get_records() 272 return cxl_event_get_records(cxlds, pl, log_type, max_recs, len_out); in cmd_events_get_records() 283 CXLClearEventPayload *pl; in cmd_events_clear_records() local 285 pl = (CXLClearEventPayload *)payload_in; in cmd_events_clear_records() 287 if (len_in < sizeof(*pl) || in cmd_events_clear_records() 288 len_in < sizeof(*pl) + sizeof(*pl->handle) * pl->nr_recs) { in cmd_events_clear_records() 293 return cxl_event_clear_records(cxlds, pl); in cmd_events_clear_records()
|
/qemu/ |
H A D | .gitpublish | 9 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null 15 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null 21 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null 27 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null 33 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null 39 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null 45 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null 51 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
|
H A D | .b4-config | 9 send-auto-cc-cmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 10 am-perpatch-check-cmd = scripts/checkpatch.pl -q --terse --no-summary --mailback - 11 prep-perpatch-check-cmd = scripts/checkpatch.pl -q --terse --no-summary --mailback -
|
H A D | .editorconfig | 52 [*.pl] 58 [scripts/{kernel-doc,get_maintainer.pl,checkpatch.pl}]
|
H A D | MAINTAINERS | 3548 F: scripts/checkpatch.pl 3972 R: Peter Lieven <pl@dlhnet.de> 3998 M: Peter Lieven <pl@dlhnet.de> 4021 M: Peter Lieven <pl@dlhnet.de>
|
H A D | qemu-options.hx | 777 da en-gb et fr fr-ch is lt nl pl ru th
|
/qemu/tests/unit/ |
H A D | test-visitor-serialization.c | 141 PrimitiveList *pl = *native; in visit_primitive_list() local 142 switch (pl->type) { in visit_primitive_list() 144 visit_type_strList(v, NULL, &pl->value.strings, errp); in visit_primitive_list() 147 visit_type_boolList(v, NULL, &pl->value.booleans, errp); in visit_primitive_list() 150 visit_type_numberList(v, NULL, &pl->value.numbers, errp); in visit_primitive_list() 153 visit_type_intList(v, NULL, &pl->value.integers, errp); in visit_primitive_list() 156 visit_type_int8List(v, NULL, &pl->value.s8_integers, errp); in visit_primitive_list() 159 visit_type_int16List(v, NULL, &pl->value.s16_integers, errp); in visit_primitive_list() 162 visit_type_int32List(v, NULL, &pl->value.s32_integers, errp); in visit_primitive_list() 165 visit_type_int64List(v, NULL, &pl->value.s64_integers, errp); in visit_primitive_list() [all …]
|
/qemu/pc-bios/keymaps/ |
H A D | meson.build | 28 'pl': '-l pl',
|
H A D | pl | 4 # layout : pl
|
/qemu/target/i386/tcg/ |
H A D | tcg-cpu.c | 117 int x86_mmu_index_pl(CPUX86State *env, unsigned pl) in x86_mmu_index_pl() argument 121 pl == 3 ? MMU_USER64_IDX : in x86_mmu_index_pl()
|
H A D | tcg-cpu.h | 85 int x86_mmu_index_pl(CPUX86State *env, unsigned pl);
|
H A D | seg_helper.c | 132 static int x86_mmu_index_kernel_pl(CPUX86State *env, unsigned pl) in x86_mmu_index_kernel_pl() argument 137 (pl < 3 && (env->eflags & AC_MASK) in x86_mmu_index_kernel_pl()
|
/qemu/docs/system/devices/ |
H A D | keyboard.rst | 98 - pl
|
/qemu/include/hw/cxl/ |
H A D | cxl_device.h | 669 CXLRetCode cxl_event_get_records(CXLDeviceState *cxlds, CXLGetEventPayload *pl, 673 CXLClearEventPayload *pl);
|
/qemu/docs/devel/ |
H A D | submitting-a-patch.rst | 55 You can run run *scripts/checkpatch.pl <patchfile>* before submitting to 57 that ``checkpatch.pl`` is not infallible, though, especially where C 258 'scripts/get_maintainers.pl' and automatically CC anyone listed as maintainers 290 that is. Also try using scripts/get_maintainer.pl from the repository 295 ~/src/qemu/scripts/get_maintainer.pl -f hw/ide/core.c 298 sendemail.cccmd 'scripts/get_maintainer.pl --nogit-fallback'`` (Refer to
|
H A D | style.rst | 9 Please use the script checkpatch.pl in the scripts directory to check
|
/qemu/contrib/gitdm/ |
H A D | filetypes.txt | 55 filetype code \.pl$ # Perl
|
/qemu/target/s390x/tcg/ |
H A D | mem_helper.c | 1786 uint64_t pl = get_address(env, 1) & -16; in do_csst() local 1830 svh = cpu_ldq_mmu(env, pl + 16, oi8, ra); in do_csst() 1831 svl = cpu_ldq_mmu(env, pl + 24, oi8, ra); in do_csst() 1836 uint32_t nv = cpu_ldl_mmu(env, pl, oi4, ra); in do_csst() 1853 uint64_t nv = cpu_ldq_mmu(env, pl, oi8, ra); in do_csst() 1875 Int128 nv = cpu_ld16_mmu(env, pl, oi16, ra); in do_csst()
|
/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 2713 const char *pl = (const char *)qemu_getauxval(AT_PLATFORM); 2714 if (pl != NULL && pl[0] == 'v' && pl[1] >= '4' && pl[1] <= '9') { 2715 arm_arch = pl[1] - '0';
|
/qemu/tests/data/qobject/ |
H A D | qdict.txt | 2080 bootgraph.pl: 5753 2093 bootlogo.pl: 165 2686 checkincludes.pl: 529 2692 checkpatch.pl: 70566 2700 checkstack.pl: 5332 2713 checkversion.pl: 1867
|
/qemu/target/arm/tcg/ |
H A D | translate-sve.c | 7224 int pl = pred_gvec_reg_size(s); in TRANS_FEAT() local 7269 pred_full_reg_offset(s, a->pn), tmp, pl, pl); in TRANS_FEAT()
|
/qemu/target/ppc/ |
H A D | translate.c | 3338 uint32_t pl = PL(ctx->opcode); in gen_wait() local 3347 if (pl > 0 && wc != 2) { in gen_wait()
|