Home
last modified time | relevance | path

Searched refs:host_end (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/bsd-user/
H A Dmmap.c66 abi_ulong end, host_start, host_end, addr; in target_mprotect() local
86 host_end = HOST_PAGE_ALIGN(end); in target_mprotect()
93 if (host_end == host_start + qemu_host_page_size) { in target_mprotect()
94 for (addr = end; addr < host_end; addr += TARGET_PAGE_SIZE) { in target_mprotect()
97 end = host_end; in target_mprotect()
105 if (end < host_end) { in target_mprotect()
107 for (addr = end; addr < host_end; addr += TARGET_PAGE_SIZE) { in target_mprotect()
110 ret = mprotect(g2h_untagged(host_end - qemu_host_page_size), in target_mprotect()
114 host_end -= qemu_host_page_size; in target_mprotect()
118 if (host_start < host_end) { in target_mprotect()
[all …]
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dptp.c205 u32 host_end; member
900 timeset->host_end = MCDI_DWORD(data, PTP_OUT_SYNCHRONIZE_HOSTEND), in efx_ptp_read_timeset()
905 end_ns = timeset->host_end & MC_NANOSECOND_MASK; in efx_ptp_read_timeset()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dptp.c196 u32 host_end; member
881 timeset->host_end = MCDI_DWORD(data, PTP_OUT_SYNCHRONIZE_HOSTEND), in efx_ptp_read_timeset()
886 end_ns = timeset->host_end & MC_NANOSECOND_MASK; in efx_ptp_read_timeset()
/openbmc/linux/drivers/accel/habanalabs/common/
H A Ddebugfs.c804 u64 host_end = hdev->asic_prop.host_end_address; in hl_access_mem() local
831 if (addr >= host_start && addr <= host_end - acc_size) { in hl_access_mem()