Home
last modified time | relevance | path

Searched refs:guest_handle_okay (Results 1 – 22 of 22) sorted by relevance

/xen/xen/common/efi/
A Dcompat.c18 #undef guest_handle_okay
19 #define guest_handle_okay compat_handle_okay macro
A Druntime.c239 if ( !guest_handle_okay(guest_handle_cast(info->vendor.name, in efi_get_info()
/xen/xen/arch/x86/x86_64/
A Dphysdev.c80 #undef guest_handle_okay
81 #define guest_handle_okay compat_handle_okay macro
/xen/xen/arch/x86/oprofile/
A Dbacktrace.c81 if (!guest_handle_okay(guest_head, 2)) in dump_guest_backtrace()
/xen/xen/common/
A Dmulticall.c51 if ( unlikely(!guest_handle_okay(call_list, nr_calls)) ) in do_multicall()
A Dgrant_table.c1988 if ( !guest_handle_okay(op.frame_list, op.nr_frames) ) in gnttab_setup_table()
3544 if ( unlikely(!guest_handle_okay(map, count)) ) in do_grant_table_op()
3560 if ( unlikely(!guest_handle_okay(unmap, count)) ) in do_grant_table_op()
3576 if ( unlikely(!guest_handle_okay(unmap, count)) ) in do_grant_table_op()
3598 if ( unlikely(!guest_handle_okay(transfer, count)) ) in do_grant_table_op()
3614 if ( unlikely(!guest_handle_okay(copy, count)) ) in do_grant_table_op()
3650 if ( unlikely(!guest_handle_okay(swap, count)) ) in do_grant_table_op()
3666 if ( unlikely(!guest_handle_okay(cflush, count)) ) in do_grant_table_op()
A Dlivepatch.c103 if ( !guest_handle_okay(upload->payload, upload->size) ) in verify_payload()
1168 (!guest_handle_okay(list->status, list->nr) || in livepatch_list()
1169 !guest_handle_okay(list->len, list->nr) || in livepatch_list()
1170 !guest_handle_okay(list->metadata_len, list->nr)) ) in livepatch_list()
A Dargo.c872 if ( unlikely(!guest_handle_okay(buf_hnd, iov_len)) ) in ringbuf_insert()
1943 if ( unlikely(!guest_handle_okay(ent_hnd, ring_data.nent)) ) in notify()
2118 if ( unlikely(!guest_handle_okay(gfn_hnd, arg3)) ) in do_argo_op()
A Ddomain.c1511 if ( !guest_handle_okay(area.addr.h, 1) ) in do_vcpu_op()
A Dmemory.c1622 !guest_handle_okay(grdm.map.buffer, grdm.map.nr_entries) ) in do_memory_op()
/xen/xen/include/asm-arm/
A Dguest_access.h114 #define guest_handle_okay(hnd, nr) (1) macro
/xen/xen/arch/x86/pv/
A Ddescriptor-tables.c164 if ( !guest_handle_okay(frame_list, nr_frames) ) in compat_set_gdt()
A Dshim.c695 : !guest_handle_okay(nat.frame_list, in pv_shim_grant_table_op()
/xen/xen/include/asm-x86/
A Dguest_access.h120 #define guest_handle_okay(hnd, nr) \ macro
/xen/xen/arch/x86/x86_64/compat/
A Dmm.c192 if ( unlikely(!guest_handle_okay(cmp_uops, count)) ) in compat_mmuext_op()
/xen/xen/common/compat/
A Dgrant_table.c74 if ( unlikely(!guest_handle_okay(guest_handle_cast(cmp_uop, \ in compat_grant_table_op()
/xen/xen/arch/x86/mm/
A Dmem_paging.c355 if ( !guest_handle_okay(buffer, PAGE_SIZE) ) in prepare()
/xen/xen/arch/x86/
A Dphysdev.c427 if ( !guest_handle_okay(set_iobitmap.bitmap, IOBMP_BYTES) || in do_physdev_op()
A Dmm.c3388 if ( unlikely(!guest_handle_okay(uops, count)) ) in do_mmuext_op()
3933 if ( unlikely(!guest_handle_okay(ureqs, count)) ) in do_mmu_update()
4853 if ( store && !guest_handle_okay(buffer, ctxt.map.nr_entries) ) in arch_memory_op()
A Ddomain.c1286 if ( !guest_handle_okay(area.addr.h, 1) ) in arch_do_vcpu_op()
/xen/xen/arch/x86/acpi/
A Dcpu_idle.c1303 if ( unlikely(!guest_handle_okay(power->states, power->count)) ) in set_cx_pminfo()
/xen/xen/common/sched/
A Dcore.c1395 if ( !guest_handle_okay(sched_poll->ports, sched_poll->nr_ports) ) in do_poll()

Completed in 49 milliseconds