Searched refs:guest_handle_okay (Results 1 – 22 of 22) sorted by relevance
/xen/xen/common/efi/ |
A D | compat.c | 18 #undef guest_handle_okay 19 #define guest_handle_okay compat_handle_okay macro
|
A D | runtime.c | 239 if ( !guest_handle_okay(guest_handle_cast(info->vendor.name, in efi_get_info()
|
/xen/xen/arch/x86/x86_64/ |
A D | physdev.c | 80 #undef guest_handle_okay 81 #define guest_handle_okay compat_handle_okay macro
|
/xen/xen/arch/x86/oprofile/ |
A D | backtrace.c | 81 if (!guest_handle_okay(guest_head, 2)) in dump_guest_backtrace()
|
/xen/xen/common/ |
A D | multicall.c | 51 if ( unlikely(!guest_handle_okay(call_list, nr_calls)) ) in do_multicall()
|
A D | grant_table.c | 1988 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 D | livepatch.c | 103 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 D | argo.c | 872 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 D | domain.c | 1511 if ( !guest_handle_okay(area.addr.h, 1) ) in do_vcpu_op()
|
A D | memory.c | 1622 !guest_handle_okay(grdm.map.buffer, grdm.map.nr_entries) ) in do_memory_op()
|
/xen/xen/include/asm-arm/ |
A D | guest_access.h | 114 #define guest_handle_okay(hnd, nr) (1) macro
|
/xen/xen/arch/x86/pv/ |
A D | descriptor-tables.c | 164 if ( !guest_handle_okay(frame_list, nr_frames) ) in compat_set_gdt()
|
A D | shim.c | 695 : !guest_handle_okay(nat.frame_list, in pv_shim_grant_table_op()
|
/xen/xen/include/asm-x86/ |
A D | guest_access.h | 120 #define guest_handle_okay(hnd, nr) \ macro
|
/xen/xen/arch/x86/x86_64/compat/ |
A D | mm.c | 192 if ( unlikely(!guest_handle_okay(cmp_uops, count)) ) in compat_mmuext_op()
|
/xen/xen/common/compat/ |
A D | grant_table.c | 74 if ( unlikely(!guest_handle_okay(guest_handle_cast(cmp_uop, \ in compat_grant_table_op()
|
/xen/xen/arch/x86/mm/ |
A D | mem_paging.c | 355 if ( !guest_handle_okay(buffer, PAGE_SIZE) ) in prepare()
|
/xen/xen/arch/x86/ |
A D | physdev.c | 427 if ( !guest_handle_okay(set_iobitmap.bitmap, IOBMP_BYTES) || in do_physdev_op()
|
A D | mm.c | 3388 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 D | domain.c | 1286 if ( !guest_handle_okay(area.addr.h, 1) ) in arch_do_vcpu_op()
|
/xen/xen/arch/x86/acpi/ |
A D | cpu_idle.c | 1303 if ( unlikely(!guest_handle_okay(power->states, power->count)) ) in set_cx_pminfo()
|
/xen/xen/common/sched/ |
A D | core.c | 1395 if ( !guest_handle_okay(sched_poll->ports, sched_poll->nr_ports) ) in do_poll()
|
Completed in 49 milliseconds