| /arch/powerpc/include/asm/ |
| A D | dcr.h | 16 #define DCR_MAP_OK(host) dcr_map_ok_native(host) argument 18 #define dcr_unmap(host, dcr_c) dcr_unmap_native(host, dcr_c) argument 19 #define dcr_read(host, dcr_n) dcr_read_native(host, dcr_n) argument 20 #define dcr_write(host, dcr_n, value) dcr_write_native(host, dcr_n, value) argument
|
| A D | dcr-native.h | 21 static inline bool dcr_map_ok_native(dcr_host_native_t host) in dcr_map_ok_native() 28 #define dcr_unmap_native(host, dcr_c) do {} while (0) argument 29 #define dcr_read_native(host, dcr_n) mfdcr(dcr_n + host.base) argument 30 #define dcr_write_native(host, dcr_n, value) mtdcr(dcr_n + host.base, value) argument
|
| /arch/um/os-Linux/ |
| A D | util.c | 52 struct utsname host; in setup_machinename() local 73 struct utsname host; in setup_hostinfo() local
|
| /arch/powerpc/platforms/powermac/ |
| A D | low_i2c.c | 199 static inline void __kw_write_reg(struct pmac_i2c_host_kw *host, in __kw_write_reg() 209 static u8 kw_i2c_wait_interrupt(struct pmac_i2c_host_kw *host) in kw_i2c_wait_interrupt() 232 static void kw_i2c_do_stop(struct pmac_i2c_host_kw *host, int result) in kw_i2c_do_stop() 346 struct pmac_i2c_host_kw *host = dev_id; in kw_i2c_irq() local 362 struct pmac_i2c_host_kw *host = timer_container_of(host, t, in kw_i2c_timeout() local 386 struct pmac_i2c_host_kw *host = bus->hostdata; in kw_i2c_open() local 393 struct pmac_i2c_host_kw *host = bus->hostdata; in kw_i2c_close() local 400 struct pmac_i2c_host_kw *host = bus->hostdata; in kw_i2c_xfer() local 488 struct pmac_i2c_host_kw *host; in kw_i2c_host_init() local 565 static void __init kw_i2c_add(struct pmac_i2c_host_kw *host, in kw_i2c_add() [all …]
|
| A D | pci.c | 1196 struct pci_controller *host = pci_bus_to_host(dev->bus); in fixup_u4_pcie() local
|
| /arch/x86/kvm/ |
| A D | hyperv.c | 156 u64 data, bool host) in synic_set_sint() 260 u32 msr, u64 data, bool host) in synic_set_msr() 363 static int syndbg_set_msr(struct kvm_vcpu *vcpu, u32 msr, u64 data, bool host) in syndbg_set_msr() 402 static int syndbg_get_msr(struct kvm_vcpu *vcpu, u32 msr, u64 *pdata, bool host) in syndbg_get_msr() 438 bool host) in synic_get_msr() 689 bool host) in stimer_set_config() 721 bool host) in stimer_set_count() 1379 bool host) in kvm_hv_set_msr_pw() 1521 static int kvm_hv_set_msr(struct kvm_vcpu *vcpu, u32 msr, u64 data, bool host) in kvm_hv_set_msr() 1634 bool host) in kvm_hv_get_msr_pw() [all …]
|
| A D | x86.c | 208 u64 host; member 4166 static int get_msr_mce(struct kvm_vcpu *vcpu, u32 msr, u64 *pdata, bool host) in get_msr_mce()
|
| /arch/powerpc/platforms/8xx/ |
| A D | cpm1-ic.c | 15 struct irq_domain *host; member
|
| /arch/loongarch/pci/ |
| A D | acpi.c | 197 struct pci_host_bridge *host; in pci_acpi_scan_root() local
|
| /arch/powerpc/platforms/embedded6xx/ |
| A D | hlwd-pic.c | 203 struct irq_domain *host; in hlwd_pic_probe() local
|
| /arch/x86/kvm/vmx/ |
| A D | vmx.h | 66 struct pt_ctx host; member 242 struct vmx_msrs host; member
|
| A D | vmx.c | 1207 void vmx_set_host_fs_gs(struct vmcs_host_state *host, u16 fs_sel, u16 gs_sel, in vmx_set_host_fs_gs()
|
| /arch/powerpc/platforms/ps3/ |
| A D | interrupt.c | 744 struct irq_domain *host; in ps3_init_IRQ() local
|
| /arch/mips/pci/ |
| A D | pci-xtalk-bridge.c | 612 struct pci_host_bridge *host; in bridge_probe() local
|
| /arch/loongarch/kvm/ |
| A D | vcpu.c | 744 u32 host = read_cpucfg(LOONGARCH_CPUCFG6); in kvm_check_cpucfg() local
|
| /arch/arm64/kvm/hyp/nvhe/ |
| A D | mem_protect.c | 1169 enum pkvm_page_state host; member
|
| /arch/x86/include/asm/ |
| A D | perf_event.h | 619 u64 host, guest; member
|