/kernel/linux/linux-6.6/arch/arm/probes/kprobes/ |
H A D | opt-arm.c | 347 arch_within_optimized_kprobe(struct optimized_kprobe *op, kprobe_opcode_t *addr) arch_within_optimized_kprobe() argument [all...] |
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | omap-smp.c | 293 static bool __init omap4_smp_cpu1_startup_valid(unsigned long addr) in omap4_smp_cpu1_startup_valid() argument
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | cache-tauros2.c | 42 static inline void tauros2_clean_pa(unsigned long addr) in tauros2_clean_pa() argument 47 static inline void tauros2_clean_inv_pa(unsigned long addr) in tauros2_clean_inv_pa() argument 52 static inline void tauros2_inv_pa(unsigned long addr) in tauros2_inv_pa() argument
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | dma-iommu.c | 17 bool arch_dma_map_page_direct(struct device *dev, phys_addr_t addr) in arch_dma_map_page_direct() argument
|
H A D | pci_dn.c | 301 u32 addr = of_read_number(regs, 1); in pci_add_device_node_info() local
|
H A D | pci_64.c | 123 unsigned long addr; in ioremap_phb() local
|
H A D | eeh_cache.c | 54 static inline struct eeh_dev *__eeh_addr_cache_get_device(unsigned long addr) in __eeh_addr_cache_get_device() argument 82 struct eeh_dev *eeh_addr_cache_get_dev(unsigned long addr) in eeh_addr_cache_get_dev() argument [all...] |
H A D | module_32.c | 288 notrace int module_trampoline_target(struct module *mod, unsigned long addr, in module_trampoline_target() argument
|
H A D | rtas_pci.c | 49 unsigned long buid, addr; in rtas_read_config() local 100 unsigned long buid, addr; in rtas_write_config() local
|
/kernel/linux/linux-6.6/arch/powerpc/mm/kasan/ |
H A D | init_32.c | 179 unsigned long addr = KASAN_SHADOW_START; in kasan_early_init() local
|
H A D | init_book3e_64.c | 85 unsigned long addr; in kasan_early_init() local
|
/kernel/linux/linux-6.6/arch/powerpc/mm/ptdump/ |
H A D | ptdump.c | 170 static void dump_addr(struct pg_state *st, unsigned long addr) in dump_addr() argument 183 static void note_prot_wx(struct pg_state *st, unsigned long addr) in note_prot_wx() argument 199 static void note_page_update_state(struct pg_state *st, unsigned long addr, int level, u64 val) in note_page_update_state() argument 215 static void note_page(struct ptdump_state *pt_st, unsigned long addr, int level, u64 val) in note_page() argument [all...] |
/kernel/linux/linux-6.6/arch/powerpc/platforms/52xx/ |
H A D | efika.c | 38 unsigned long addr = (offset & 0xff) | ((devfn & 0xff) << 8) in rtas_read_config() local 53 unsigned long addr = (offset & 0xff) | ((devfn & 0xff) << 8) in rtas_write_config() local
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H A D | pci.c | 62 unsigned long buid, addr; in pseries_send_map_pe() local
|
H A D | rtas-work-area.c | 84 unsigned long addr; in __rtas_work_area_alloc() local
|
/kernel/linux/linux-6.6/arch/powerpc/mm/ |
H A D | cacheflush.c | 38 char *addr = (char *)(start & ~(bytes - 1)); in invalidate_icache_range() local 88 unsigned long addr = physaddr & PAGE_MASK; in flush_dcache_icache_phys() local 133 unsigned long addr = (unsigned long)p & PAGE_MASK; in __flush_dcache_icache() local 159 void *addr = folio_address(folio); flush_dcache_icache_folio() local 213 flush_icache_user_page(struct vm_area_struct *vma, struct page *page, unsigned long addr, int len) flush_icache_user_page() argument [all...] |
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/ |
H A D | ras.c | 111 unsigned long addr; in cbe_ptcal_enable_on_node() local
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/embedded6xx/ |
H A D | holly.c | 209 phys_addr_t addr = 0xc0000000; in holly_restart() local
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ptrace/ |
H A D | ptrace-adv.c | 74 int ptrace_get_debugreg(struct task_struct *child, unsigned long addr, in ptrace_get_debugreg() argument 83 int ptrace_set_debugreg(struct task_struct *task, unsigned long addr, unsigned long data) in ptrace_set_debugreg() argument [all...] |
/kernel/linux/linux-6.6/arch/powerpc/kexec/ |
H A D | core_64.c | 82 void *addr; in copy_segments() local
|
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/ |
H A D | hugetlbpage.c | 143 void huge_ptep_modify_prot_commit(struct vm_area_struct *vma, unsigned long addr, in huge_ptep_modify_prot_commit() argument 128 huge_ptep_modify_prot_start(struct vm_area_struct *vma, unsigned long addr, pte_t *ptep) huge_ptep_modify_prot_start() argument
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/pasemi/ |
H A D | pci.c | 62 void volatile __iomem *addr, *dummy; in workaround_5945() local 160 void volatile __iomem *addr; in pa_pxp_read_config() local 199 void volatile __iomem *addr; in pa_pxp_write_config() local [all...] |
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | opal-xscom.c | 24 static u64 opal_scom_unmangle(u64 addr) in opal_scom_unmangle() argument 55 static int opal_scom_read(uint32_t chip, uint64_t addr, u64 reg, u64 *value) in opal_scom_read() argument 70 static int opal_scom_write(uint32_t chip, uint64_t addr, u64 reg, u64 value) in opal_scom_write() argument
|
/kernel/linux/linux-6.6/arch/powerpc/sysdev/ |
H A D | fsl_lbc.c | 47 u32 addr = addr_base & 0xffff8000; in fsl_lbc_addr() local
|
H A D | dcr.c | 183 u64 addr; in dcr_map_mmio() local
|