Home
last modified time | relevance | path

Searched refs:post (Results 1 – 24 of 24) sorted by relevance

/xen/xen/drivers/passthrough/vtd/
A Dutils.c245 p->post.svt, p->post.sq, p->post.sid, p->post.vector, in vtd_dump_iommu_info()
246 p->post.avail, p->post.fpd, in vtd_dump_iommu_info()
247 ((u64)p->post.pda_h << 32) | (p->post.pda_l << 6), in vtd_dump_iommu_info()
248 p->post.urg, p->post.p); in vtd_dump_iommu_info()
A Dintremap.c669 new_ire.post.im = 1; in msi_msg_to_remap_entry()
670 new_ire.post.vector = msi_desc->gvec; in msi_msg_to_remap_entry()
671 new_ire.post.pda_l = virt_to_maddr(pi_desc) >> (32 - PDA_LOW_BIT); in msi_msg_to_remap_entry()
672 new_ire.post.pda_h = virt_to_maddr(pi_desc) >> 32; in msi_msg_to_remap_entry()
673 new_ire.post.p = 1; in msi_msg_to_remap_entry()
A Diommu.h325 } post; member
/xen/tools/hotplug/Linux/
A Dvif-route62 call_hooks vif post
A Dvif-bridge104 call_hooks vif post
A Dvif-nat184 call_hooks vif post
/xen/tools/ocaml/xenstored/
A Dpacket.ml15 | (Ack _, Ack _) -> true (* just consider the response, not the post-response action *)
/xen/docs/hypervisor-guide/
A Dcode-coverage.rst49 programs to post-process.
71 * Use ``geninfo`` to post-process the raw data.
90 * Use ``llvm-profdata`` to post-process the raw data.
/xen/tools/firmware/rombios/
A Dtcgbios.c43 POST_MEASURE(post, nmi)
A Drombios.c1974 jz post
10757 post:
11699 jmp 0xf000:post;
11706 jmp 0xf000:post
/xen/tools/hotplug/Linux/vif-post.d/
A D00-vif-local.hook2 # ${XEN_SCRIPT_DIR}/vif-post.d/00-vif-local.hook
/xen/tools/misc/
A Dmkrpm67 %post
/xen/xen/include/xen/
A Dlivepatch_payload.h32 livepatch_postcall_t *const *post; member
/xen/xen/common/
A Dlivepatch.c707 LIVEPATCH_ASSIGN_SINGLE_HOOK(elf, payload->hooks.apply.post, ELF_LIVEPATCH_POSTAPPLY_HOOK); in prepare_payload()
711 LIVEPATCH_ASSIGN_SINGLE_HOOK(elf, payload->hooks.revert.post, ELF_LIVEPATCH_POSTREVERT_HOOK); in prepare_payload()
1536 is_hook_enabled(payload->hooks.apply.post) || in has_payload_any_vetoing_hooks()
1538 is_hook_enabled(payload->hooks.revert.post); in has_payload_any_vetoing_hooks()
1735 if ( is_hook_enabled(p->hooks.revert.post) ) in check_for_livepatch_work()
1740 (*p->hooks.revert.post)(p); in check_for_livepatch_work()
1745 if ( is_hook_enabled(p->hooks.apply.post) ) in check_for_livepatch_work()
1750 (*p->hooks.apply.post)(p); in check_for_livepatch_work()
/xen/docs/misc/
A Dcrashdb.txt4 Xen has a simple gdb stub for doing post-mortem debugging i.e. once
A Dvtd-pi.txt213 } post;
A Dlivepatch.pandoc381 It optionally may also contain the address of pre- and post- vetoing hooks to
382 be called before (pre) or after (post) apply and revert payload actions (while
/xen/docs/process/
A Dxen-release-management.pandoc152 release, write a blog post for the release.
169 3. The Community Manager will also draft blog post with the help of PR
225 10. Make the announcement on various mailing list, publish the blog post.
377 Technical blog post for X.Y can be found at:
A Drelease-technician-checklist.txt128 … (./configure && make -j4 KERNELS='' && echo ok.) 2>&1 | tee ../log.$v # post 4.2
/xen/
A DSUPPORT.md182 ## Debugging, analysis, and crash post-mortem
933 post it publicly to the Xen Project mailing lists
/xen/docs/designs/
A Dqemu-deprivilege.md286 started up on the post-migration side. One issue that needs to be
A Dnon-cooperative-migration.md178 They are an important part of post PV protocols. Normally a frontend driver
/xen/stubdom/grub.patches/
A D00cvs958 Yedidyah Bar-David <didi@post.tau.ac.il>
/xen/xen/arch/x86/x86_emulate/
A Dx86_emulate.c1256 # define invoke_stub(pre, post, constraints...) do { \ argument
1259 asm volatile ( pre "\n\tINDIRECT_CALL %[stub]\n\t" post "\n" \
1275 # define invoke_stub(pre, post, constraints...) \ argument
1276 asm volatile ( pre "\n\tcall *%[stub]\n\t" post \

Completed in 61 milliseconds