File manager - Edit - /home/newsbmcs.com/public_html/static/img/logo/patch.h.tar
Back
usr/src/linux-headers-5.15.0-133/arch/ia64/include/asm/patch.h 0000644 00000002276 15030452451 0017105 0 ustar 00 /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_IA64_PATCH_H #define _ASM_IA64_PATCH_H /* * Copyright (C) 2003 Hewlett-Packard Co * David Mosberger-Tang <davidm@hpl.hp.com> * * There are a number of reasons for patching instructions. Rather than duplicating code * all over the place, we put the common stuff here. Reasons for patching: in-kernel * module-loader, virtual-to-physical patch-list, McKinley Errata 9 workaround, and gate * shared library. Undoubtedly, some of these reasons will disappear and others will * be added over time. */ #include <linux/elf.h> #include <linux/types.h> extern void ia64_patch (u64 insn_addr, u64 mask, u64 val); /* patch any insn slot */ extern void ia64_patch_imm64 (u64 insn_addr, u64 val); /* patch "movl" w/abs. value*/ extern void ia64_patch_imm60 (u64 insn_addr, u64 val); /* patch "brl" w/ip-rel value */ extern void ia64_patch_mckinley_e9 (unsigned long start, unsigned long end); extern void ia64_patch_vtop (unsigned long start, unsigned long end); extern void ia64_patch_phys_stack_reg(unsigned long val); extern void ia64_patch_rse (unsigned long start, unsigned long end); extern void ia64_patch_gate (void); #endif /* _ASM_IA64_PATCH_H */ usr/src/linux-headers-5.15.0-133/arch/parisc/include/asm/patch.h 0000644 00000000675 15030567530 0017631 0 ustar 00 /* SPDX-License-Identifier: GPL-2.0 */ #ifndef _PARISC_KERNEL_PATCH_H #define _PARISC_KERNEL_PATCH_H /* stop machine and patch kernel text */ void patch_text(void *addr, unsigned int insn); void patch_text_multiple(void *addr, u32 *insn, unsigned int len); /* patch kernel text with machine already stopped (e.g. in kgdb) */ void __patch_text(void *addr, u32 insn); void __patch_text_multiple(void *addr, u32 *insn, unsigned int len); #endif usr/src/linux-headers-5.15.0-133/arch/riscv/include/asm/patch.h 0000644 00000000472 15030613053 0017461 0 ustar 00 /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2020 SiFive */ #ifndef _ASM_RISCV_PATCH_H #define _ASM_RISCV_PATCH_H int patch_text_nosync(void *addr, const void *insns, size_t len); int patch_text(void *addr, u32 insn); extern int riscv_patch_in_stop_machine; #endif /* _ASM_RISCV_PATCH_H */
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings