Home
last modified time | relevance | path

Searched refs:old_size (Results 1 – 18 of 18) sorted by relevance

/xen/xen/test/livepatch/
A Dxen_replace_world.c22 .old_size = OLD_CODE_SZ,
A Dxen_bye_world.c23 .old_size = OLD_CODE_SZ,
A Dxen_nop.c19 .old_size = MINOR_VERSION_SZ,
A Dxen_expectations.c24 .old_size = EXPECT_BYTES_COUNT,
A Dxen_expectations_fail.c25 .old_size = EXPECT_BYTES_COUNT,
A Dxen_hello_world.c56 .old_size = OLD_CODE_SZ,
A Dxen_prepost_hooks_fail.c64 .old_size = OLD_CODE_SZ,
A Dxen_action_hooks.c91 .old_size = OLD_CODE_SZ,
A Dxen_action_hooks_marker.c101 .old_size = OLD_CODE_SZ,
A Dxen_prepost_hooks.c111 .old_size = OLD_CODE_SZ,
A Dxen_action_hooks_noapply.c125 .old_size = OLD_CODE_SZ,
A Dxen_action_hooks_norevert.c132 .old_size = OLD_CODE_SZ,
/xen/xen/arch/x86/x86_64/
A Dmmconfig-shared.c337 u64 old_size = size; in is_mmconf_reserved() local
346 if (size >= (16UL<<20) || size == old_size) { in is_mmconf_reserved()
350 if (old_size != size) { in is_mmconf_reserved()
/xen/xen/arch/x86/
A Dlivepatch.c113 if ( func->old_size < func->new_size ) in arch_livepatch_verify_func()
116 else if ( func->old_size < ARCH_PATCH_INSN_SIZE ) in arch_livepatch_verify_func()
/xen/xen/arch/arm/
A Dlivepatch.c75 if ( func->old_size < ARCH_PATCH_INSN_SIZE ) in arch_livepatch_verify_func()
/xen/xen/include/public/
A Dsysctl.h868 uint32_t old_size; member
/xen/xen/common/
A Dlivepatch.c584 if ( func->old_size < exp->len ) in livepatch_verify_expectation_fn()
681 if ( !f->old_size ) in prepare_payload()
2101 f->name, f->old_addr, f->old_size, f->new_addr, f->new_size); in livepatch_printall()
/xen/docs/misc/
A Dlivepatch.pandoc297 uint32_t old_size;
324 * `old_size` contains the sizes of the respective `old_addr` function in
325 bytes. The value of `old_size` **MUST** not be zero.
411 uint32_t old_size;
434 .old_size = 13, /* -----------""--------------- */
1267 this means 5 bytes are required which means that `old_size` **MUST** be
1293 This means that that `old_size` **MUST** be at least four bytes if patching

Completed in 29 milliseconds