Searched refs:applied (Results 1 – 25 of 25) sorted by relevance
/xen/xen/test/livepatch/ |
A D | xen_action_hooks_norevert.c | 30 BUG_ON(func->applied == LIVEPATCH_FUNC_APPLIED); in pre_apply_hook() 49 BUG_ON(func->applied != LIVEPATCH_FUNC_APPLIED); in post_apply_hook() 66 BUG_ON(func->applied != LIVEPATCH_FUNC_APPLIED); in pre_revert_hook() 105 BUG_ON(func->applied != LIVEPATCH_FUNC_APPLIED); in post_revert_hook() 111 BUG_ON(func->applied == LIVEPATCH_FUNC_APPLIED); in post_revert_hook()
|
A D | xen_action_hooks_marker.c | 28 BUG_ON(func->applied == LIVEPATCH_FUNC_APPLIED); in pre_apply_hook() 47 BUG_ON(func->applied != LIVEPATCH_FUNC_APPLIED); in post_apply_hook() 64 BUG_ON(func->applied != LIVEPATCH_FUNC_APPLIED); in pre_revert_hook() 83 BUG_ON(func->applied == LIVEPATCH_FUNC_APPLIED); in post_revert_hook()
|
A D | xen_action_hooks_noapply.c | 30 BUG_ON(func->applied == LIVEPATCH_FUNC_APPLIED); in pre_apply_hook() 69 BUG_ON(func->applied == LIVEPATCH_FUNC_APPLIED); in post_apply_hook() 86 BUG_ON(func->applied == LIVEPATCH_FUNC_APPLIED); in pre_revert_hook() 105 BUG_ON(func->applied == LIVEPATCH_FUNC_APPLIED); in post_revert_hook()
|
A D | xen_action_hooks.c | 31 func->applied = LIVEPATCH_FUNC_APPLIED; in apply_hook() 52 func->applied = LIVEPATCH_FUNC_NOT_APPLIED; in revert_hook()
|
/xen/xen/include/xen/ |
A D | livepatch.h | 130 if ( func->applied == LIVEPATCH_FUNC_APPLIED ) in common_livepatch_apply() 138 func->applied = LIVEPATCH_FUNC_APPLIED; in common_livepatch_apply() 144 if ( !func->old_addr || func->applied == LIVEPATCH_FUNC_NOT_APPLIED ) in common_livepatch_revert() 152 func->applied = LIVEPATCH_FUNC_NOT_APPLIED; in common_livepatch_revert()
|
/xen/tools/ocaml/libs/xs/ |
A D | xs.mli | 24 - other perm: applied to domain that is not owner or in ACL. 57 (** create a transaction with a vector of function that can be applied
|
/xen/docs/misc/ |
A D | amd-ucode-container.txt | 78 Once the patch is applied, further parsing of the file is skipped. 84 [1], [2] since it's not guaranteed that the latest patch will be applied.
|
A D | livepatch.pandoc | 56 We must also have a mechanism to query what has been applied and a mechanism 301 uint8_t applied; 337 * `applied` tracks function's applied/reverted state. It has a boolean type 415 uint8_t applied; 451 before payload is being applied (.livepatch.funcs) or after reverting 629 will be returned. The payload is not applied at this time - that is 667 * *LIVEPATCH_STATUS_APPLIED* (2) loaded, checked, and applied. 685 as we have not even applied it. Afterwards we will have: 772 * *LIVEPATCH_STATUS_APPLIED* (2) loaded, checked, and applied. 948 minimize the chance of the patch not being applied due to safety [all …]
|
A D | xsm-flask.txt | 233 Existing SELinux tools such as audit2allow can be applied to these denials, e.g.
|
A D | kconfig-language.rst | 121 are applied to all other options within this menu entry (which also
|
A D | xen-command-line.pandoc | 562 instruction. Settings applied here take effect globally, including for Xen 2123 hardware, this is a global option applied at boot, and not virtualised for 2469 (the dummy module) will be applied. It's also used when XSM is compiled out.
|
/xen/tools/ocaml/xenstored/ |
A D | oxenstored.conf.in | 12 # Limits applied to domains whose writes cause other domains' transaction
|
A D | stdext.ml | 21 * Even if fct raises an exception, clean_f is applied
|
/xen/docs/features/ |
A D | intel_psr_mba.pandoc | 54 delay applied) by HW automatically. The response of throttling value is 107 combination may be applied at any time, e.g. enabling MBA with CAT
|
A D | livepatch.pandoc | 45 If a correct live patch is loaded but it is not applied correctly
|
A D | feature-levelling.pandoc | 100 _Feature Mask_ MSRs, which are a simple AND-mask applied to all `CPUID`
|
/xen/tools/firmware/vgabios/ |
A D | ChangeLog | 158 - applied patch from the qemu project (Fabrice Bellard) 169 - applied patch from Fabrice Bellard 322 - applied new patch for the cirrus extension from suzu 342 - applied suzu's cirrus extension patch. Cirrus SVGA detection, most of the 792 - applied patch #1331 * new function dispi_set_bank_farcall()
|
/xen/docs/process/ |
A D | release-technician-checklist.txt | 23 # - check (for point releases, but not RCs) all XSAs have been applied (Lars)
|
A D | xen-release-management.pandoc | 187 They have the correct commits and all security patches applied. There will be
|
/xen/xen/include/public/ |
A D | sysctl.h | 871 uint8_t applied; member
|
/xen/docs/admin-guide/ |
A D | microcode-loading.rst | 115 applied at runtime.
|
/xen/docs/man/ |
A D | xl.conf.5.pod | 201 Global masks that are applied when creating guests and pinning vcpus
|
A D | xl.1.pod.in | 193 immediate effect but will be applied when the guest is next
|
/xen/docs/designs/ |
A D | qemu-deprivilege.md | 285 Additionally, all the restrictions need to be applied to the qemu
|
/xen/xen/common/ |
A D | livepatch.c | 1382 if ( f->applied != expected_state ) in was_action_consistent()
|
Completed in 39 milliseconds