Home
last modified time | relevance | path

Searched refs:fixmap (Results 1 – 25 of 2376) sorted by relevance

12345678910>>...96

/linux/arch/parisc/kernel/
A Dpatch.c26 static void __kprobes *patch_map(void *addr, int fixmap, unsigned long *flags, in patch_map() argument
42 set_fixmap(fixmap, page_to_phys(page)); in patch_map()
48 return (void *) (__fix_to_virt(fixmap) + (uintaddr & ~PAGE_MASK)); in patch_map()
51 static void __kprobes patch_unmap(int fixmap, unsigned long *flags) in patch_unmap() argument
53 clear_fixmap(fixmap); in patch_unmap()
66 u32 *p, *fixmap; in __patch_text_multiple() local
73 p = fixmap = patch_map(addr, FIX_TEXT_POKE0, &flags, &mapped); in __patch_text_multiple()
84 flush_kernel_vmap_range((void *)fixmap, in __patch_text_multiple()
85 (p-fixmap) * sizeof(*p)); in __patch_text_multiple()
88 p = fixmap = patch_map(addr, FIX_TEXT_POKE0, &flags, in __patch_text_multiple()
[all …]
/linux/arch/arm/kernel/
A Dpatch.c22 static void __kprobes *patch_map(void *addr, int fixmap, unsigned long *flags) in patch_map() argument
38 set_fixmap(fixmap, page_to_phys(page)); in patch_map()
40 return (void *) (__fix_to_virt(fixmap) + (uintaddr & ~PAGE_MASK)); in patch_map()
43 static void __kprobes patch_unmap(int fixmap, unsigned long *flags) in patch_unmap() argument
45 clear_fixmap(fixmap); in patch_unmap()
51 static void __kprobes *patch_map(void *addr, int fixmap, unsigned long *flags) in patch_map() argument
55 static void __kprobes patch_unmap(int fixmap, unsigned long *flags) { } in patch_unmap() argument
/linux/arch/riscv/kernel/
A Dpatch.c28 static __always_inline void *patch_map(void *addr, const unsigned int fixmap) in patch_map() argument
42 return (void *)set_fixmap_offset(fixmap, page_to_phys(page) + in patch_map()
46 static void patch_unmap(int fixmap) in patch_unmap() argument
48 clear_fixmap(fixmap); in patch_unmap()
/linux/arch/arm64/kernel/
A Dpatching.c31 static void __kprobes *patch_map(void *addr, int fixmap) in patch_map() argument
45 return (void *)set_fixmap_offset(fixmap, page_to_phys(page) + in patch_map()
49 static void __kprobes patch_unmap(int fixmap) in patch_unmap() argument
51 clear_fixmap(fixmap); in patch_unmap()
A D.io.o.cmd678 arch/arm64/include/asm/fixmap.h \
683 include/asm-generic/fixmap.h \
/linux/arch/parisc/mm/
A DMakefile6 obj-y := init.o fault.o ioremap.o fixmap.o
/linux/Documentation/riscv/
A Dvm-layout.rst51 ffffffcefee00000 | -196 GB | ffffffcefeffffff | 2 MB | fixmap
/linux/Documentation/x86/x86_64/
A Dmm.rst69 …FIXADDR_START | ~-11 MB | ffffffffff5fffff | ~0.5 MB | kernel-internal fixmap range, variable s…
128 …FIXADDR_START | ~-11 MB | ffffffffff5fffff | ~0.5 MB | kernel-internal fixmap range, variable s…
/linux/Documentation/x86/
A Dpti.rst48 cpu_entry_area' structure which is placed in the fixmap which gives
/linux/drivers/soc/actions/
A D.owl-sps-helper.o.cmd681 arch/arm64/include/asm/fixmap.h \
686 include/asm-generic/fixmap.h \
/linux/drivers/soc/mediatek/
A D.mtk-infracfg.o.cmd684 arch/arm64/include/asm/fixmap.h \
689 include/asm-generic/fixmap.h \
/linux/drivers/clk/sunxi-ng/
A D.ccu_reset.o.cmd681 arch/arm64/include/asm/fixmap.h \
686 include/asm-generic/fixmap.h \
/linux/drivers/clk/qcom/
A D.reset.o.cmd684 arch/arm64/include/asm/fixmap.h \
689 include/asm-generic/fixmap.h \
/linux/drivers/clk/actions/
A D.owl-reset.o.cmd684 arch/arm64/include/asm/fixmap.h \
689 include/asm-generic/fixmap.h \
/linux/lib/
A D.iomap_copy.o.cmd678 arch/arm64/include/asm/fixmap.h \
683 include/asm-generic/fixmap.h \
A D.generic-radix-tree.o.cmd737 arch/arm64/include/asm/fixmap.h \
742 include/asm-generic/fixmap.h \
/linux/drivers/acpi/acpica/
A D.utobject.o.cmd763 arch/arm64/include/asm/fixmap.h \
768 include/asm-generic/fixmap.h \
/linux/drivers/net/ethernet/freescale/fman/
A D.fman_keygen.o.cmd742 arch/arm64/include/asm/fixmap.h \
747 include/asm-generic/fixmap.h \
A D.fman_muram.o.cmd679 arch/arm64/include/asm/fixmap.h \
684 include/asm-generic/fixmap.h \
/linux/drivers/phy/broadcom/
A D.phy-brcm-usb-init-synopsys.o.cmd681 arch/arm64/include/asm/fixmap.h \
686 include/asm-generic/fixmap.h \
A D.phy-brcm-usb-init.o.cmd681 arch/arm64/include/asm/fixmap.h \
686 include/asm-generic/fixmap.h \
/linux/kernel/
A D.ucount.o.cmd769 arch/arm64/include/asm/fixmap.h \
774 include/asm-generic/fixmap.h \
/linux/lib/zlib_inflate/
A D.infutil.o.cmd737 arch/arm64/include/asm/fixmap.h \
742 include/asm-generic/fixmap.h \
/linux/lib/xz/
A D.xz_dec_bcj.o.cmd746 arch/arm64/include/asm/fixmap.h \
751 include/asm-generic/fixmap.h \
A D.xz_dec_lzma2.o.cmd746 arch/arm64/include/asm/fixmap.h \
751 include/asm-generic/fixmap.h \

Completed in 46 milliseconds

12345678910>>...96