Searched refs:guest (Results 51 - 67 of 67) sorted by relevance

123

/linux-master/drivers/misc/cxl/
H A Dcxl.h479 struct cxl_afu_guest *guest; member in struct:cxl_afu
598 * In a guest, we only find out about the pe used by pHyp when the
680 struct cxl_guest *guest; member in struct:cxl
996 * On a guest environment, PSL_PID_An is located on the upper 32 bits and
H A Dsysfs.c308 if (irqs_max > afu->guest->max_ints)
/linux-master/tools/perf/util/
H A Dparse-events.l181 CASE('G', guest);
H A Devsel.c571 MOD_PRINT(guest, 'G');
1975 pr_debug2_peo("PMU has no exclude_host/guest support, bailing out\n");
H A Dparse-events.c1769 if (mod.guest) {
/linux-master/arch/mips/kvm/
H A Dvz.c44 * Number of guest VTLB entries to use, so we can catch inconsistency between
75 * These Config bits may be writable by the guest:
119 * Permit guest FPU mode changes if FPU is enabled and the relevant
199 /* VZ guest has already converted gva to gpa */
218 * timer expiry is asynchronous to vcpu execution therefore defer guest
227 * timer expiry is asynchronous to vcpu execution therefore defer guest
239 * interrupts are asynchronous to vcpu execution therefore defer guest
251 * interrupts are asynchronous to vcpu execution therefore defer guest
329 * VZ guest timer handling.
333 * kvm_vz_should_use_htimer() - Find whether to use the VZ hard guest time
[all...]
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c412 if (cmd->dma.guest.ptr.offset % PAGE_SIZE ||
425 cmd->dma.guest.ptr.offset);
429 kmap_offset = cmd->dma.guest.ptr.offset >> PAGE_SHIFT;
444 if (box->w == VMW_CURSOR_SNOOP_WIDTH && cmd->dma.guest.pitch == image_pitch) {
451 virtual + i * cmd->dma.guest.pitch,
H A Dvmwgfx_execbuf.c65 * @location: Pointer to location for guest pointer to be modified
130 * @gb_disable: Whether disabled if guest-backed objects are available.
131 * @gb_enable: Whether enabled iff guest-backed objects are available.
1536 &cmd->body.guest.ptr, &vmw_bo);
1542 if (unlikely(cmd->body.guest.ptr.offset > bo_size)) {
1547 bo_size -= cmd->body.guest.ptr.offset;
2015 * This is the compat shader path - Per device guest-backed
/linux-master/tools/perf/scripts/python/
H A Dexport-to-postgresql.py503 'CASE WHEN id=0 THEN \'unknown\' WHEN pid=-1 THEN \'host\' ELSE \'guest\' END AS host_or_guest'
/linux-master/arch/powerpc/include/asm/
H A Dkvm_host.h28 #include <asm/guest-state-buffer.h>
43 * hardware supports). Both guest and host use this value.
217 * which stores the guest's view of the second word of the HPTE
218 * (including the guest physical address of the mapping),
229 * The rmap array of size number of guest pages is allocated for each memslot.
230 * This array is used to store usage specific information about the guest page.
236 #define KVMPPC_RMAP_HPT 0x0100000000000000 /* HPT guest */
239 * rmap usage definition for a hash page table (hpt) guest:
244 * The bottom 32 bits are the index in the guest HPT of a HPTE that points to
260 /* Host virtual (linear mapping) address of guest HP
[all...]
H A Dkvm_book3s.h15 #include <asm/guest-state-buffer.h>
88 u64 tb_offset; /* guest timebase - host timebase */
653 * [0..KVM_MAX_VCPUS) space, using knowledge of the guest's core stride
658 * 0) unchanged: if the guest is filling each VCORE completely then it will be
666 * possible if the guest is leaving at least 1/2 of each VCORE empty, so IDs
671 * (blocks 2 and 3) are seen, the guest must be leaving at least 3/4 of each
674 * Finally, VCPU IDs from blocks 5..7 will only be seen if the guest is using a
679 * block number if the stride is 8. For cases where the guest's stride is less
/linux-master/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_cmd.h505 SVGAGuestImage guest; member in struct:__anon518
/linux-master/drivers/virt/coco/sev-guest/
H A Dsev-guest.c3 * AMD Secure Encrypted Virtualization (SEV) guest driver interface
26 #include <uapi/linux/sev-guest.h>
32 #include "sev-guest.h"
34 #define DEVICE_NAME "sev-guest"
100 * guest<->ASP back and forth and only accepts messages at its exact sequence
133 * The message sequence counter for the SNP guest request is a 64-bit
363 * If the extended guest request fails due to having too
365 * guest request without the extended data request in
415 * If an extended guest request was issued and the supplied certificate
416 * buffer was not large enough, a standard guest reques
[all...]
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv_nestedv2.c9 * processors as a NESTEDv2 guest.
27 #include <asm/guest-state-buffer.h>
718 * @iden: guest state ID
720 * Mark a guest state ID as having been changed by the L1 host and thus
746 * @iden: guest state ID
748 * Reload the value for the guest state ID from the L0 host into the L1 host.
801 pr_err("KVM-NESTEDv2: couldn't set guest wide elements\n");
823 * @lpid: guest id
/linux-master/arch/x86/kernel/
H A Dsev.c27 #include <uapi/linux/sev-guest.h>
996 * would require a new protected guest entry point.
1002 /* Override start_ip with known protected guest start IP */
1276 /* SNP guest requires that GHCB GPA must be registered. */
2155 * for the guest owner to know that the CPUID table has been initialized as
2259 .name = "sev-guest",
2282 pr_info("SNP guest platform device initialized.\n");
/linux-master/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c2678 goto guest;
2694 guest: /* Assuming Guest */
/linux-master/tools/testing/ktest/
H A Dktest.pl444 For a virtual machine with guest name "Guest".

Completed in 419 milliseconds

123