Searched refs:host_end (Results 1 – 4 of 4) sorted by relevance
66 abi_ulong end, host_start, host_end, addr; in target_mprotect() local86 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 …]
205 u32 host_end; member900 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()
196 u32 host_end; member881 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()
804 u64 host_end = hdev->asic_prop.host_end_address; in hl_access_mem() local831 if (addr >= host_start && addr <= host_end - acc_size) { in hl_access_mem()