Searched refs:guest (Results 1 – 14 of 14) sorted by relevance
/linux-4.19.296/drivers/misc/cxl/ |
D | of.c | 92 afu->guest->handle = addr; in read_phys_addr() 95 afu->guest->p2n_phys += addr; in read_phys_addr() 96 afu->guest->p2n_size = size; in read_phys_addr() 137 if (read_handle(afu_np, &afu->guest->handle)) in cxl_of_read_afu_handle() 139 pr_devel("AFU handle: 0x%.16llx\n", afu->guest->handle); in cxl_of_read_afu_handle() 194 read_prop_dword(np, "ibm,max-ints-per-process", &afu->guest->max_ints); in cxl_of_read_afu_properties() 195 afu->irqs_max = afu->guest->max_ints; in cxl_of_read_afu_properties() 273 pr_devel("AFU handle: %#llx\n", afu->guest->handle); in cxl_of_read_afu_properties() 275 afu->guest->p2n_phys, afu->guest->p2n_size); in cxl_of_read_afu_properties() 305 adapter->guest->irq_avail = kcalloc(nranges, sizeof(struct irq_avail), in read_adapter_irq_config() [all …]
|
D | guest.c | 115 rc = cxl_h_collect_vpd_adapter(adapter->guest->handle, in guest_collect_vpd() 118 rc = cxl_h_collect_vpd(afu->guest->handle, 0, in guest_collect_vpd() 156 return cxl_h_collect_int_info(ctx->afu->guest->handle, ctx->process_token, info); in guest_get_irq_info() 184 rc = cxl_h_read_error_state(afu->guest->handle, &state); in afu_read_error_state() 201 rc = cxl_h_get_fn_error_interrupt(afu->guest->handle, &serr); in guest_slice_irq_err() 212 rc = cxl_h_ack_fn_error_interrupt(afu->guest->handle, serr); in guest_slice_irq_err() 226 for (i = 0; i < adapter->guest->irq_nranges; i++) { in irq_alloc_range() 227 cur = &adapter->guest->irq_avail[i]; in irq_alloc_range() 250 for (i = 0; i < adapter->guest->irq_nranges; i++) { in irq_free_range() 251 cur = &adapter->guest->irq_avail[i]; in irq_free_range() [all …]
|
D | flash.c | 190 unwa->unit_address = cpu_to_be64(adapter->guest->handle); in update_devicetree() 244 header->vendor = cpu_to_be16(adapter->guest->vendor); in handle_image() 245 header->device = cpu_to_be16(adapter->guest->device); in handle_image() 246 header->subsystem_vendor = cpu_to_be16(adapter->guest->subsystem_vendor); in handle_image() 247 header->subsystem = cpu_to_be16(adapter->guest->subsystem); in handle_image() 311 rc = fct(adapter->guest->handle, virt_to_phys(le), entries, in handle_image() 334 cxl_h_reset_adapter(adapter->guest->handle); in transfer_image() 343 cxl_h_reset_adapter(adapter->guest->handle); in transfer_image() 352 cxl_h_reset_adapter(adapter->guest->handle); in transfer_image() 506 cxl_h_reset_adapter(adapter->guest->handle); in device_close() [all …]
|
D | Makefile | 8 cxl-$(CONFIG_PPC_PSERIES) += flash.o guest.o of.o hcalls.o
|
D | cxl.h | 481 struct cxl_afu_guest *guest; member 682 struct cxl_guest *guest; member
|
D | sysfs.c | 312 if (irqs_max > afu->guest->max_ints) in irqs_max_store()
|
/linux-4.19.296/fs/proc/ |
D | stat.c | 86 u64 guest, guest_nice; in show_stat() local 94 guest = guest_nice = 0; in show_stat() 106 guest += kcpustat_cpu(i).cpustat[CPUTIME_GUEST]; in show_stat() 128 seq_put_decimal_ull(p, " ", nsec_to_clock_t(guest)); in show_stat() 142 guest = kcpustat_cpu(i).cpustat[CPUTIME_GUEST]; in show_stat() 153 seq_put_decimal_ull(p, " ", nsec_to_clock_t(guest)); in show_stat()
|
/linux-4.19.296/drivers/misc/vmw_vmci/ |
D | Kconfig | 10 high-speed communication between host and guest in a virtual
|
/linux-4.19.296/drivers/s390/net/ |
D | Kconfig | 39 running on the other VM guest. To compile as a module, choose M. 48 from other VM guest systems.
|
/linux-4.19.296/drivers/xen/ |
D | Kconfig | 66 int "Hotplugged memory limit (in GiB) for a PV guest" 73 Maxmium amount of memory (in GiB) that a PV guest can be 76 A PV guest can have more memory than this limit if is 217 devices to appear in the guest. You can choose the default (0) where
|
/linux-4.19.296/drivers/virtio/ |
D | Kconfig | 51 of memory within a KVM guest.
|
/linux-4.19.296/drivers/pci/ |
D | Kconfig | 66 when it is going to be assigned to a guest operating system.
|
/linux-4.19.296/drivers/misc/ |
D | Kconfig | 415 by reserving them in the guest and invalidating them in the 418 to allow the guest to use more physical memory.
|
/linux-4.19.296/drivers/char/ |
D | Kconfig | 140 transfer between the guest and host. Character devices at
|