Home
last modified time | relevance | path

Searched refs:func_desc_t (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/drivers/misc/lkdtm/
Dperms.c52 static void *setup_function_descriptor(func_desc_t *fdesc, void *dst) in setup_function_descriptor()
67 func_desc_t fdesc; in execute_location()
90 func_desc_t fdesc; in execute_user_location()
154 size_t size = sizeof(func_desc_t); in lkdtm_WRITE_OPD()
/linux-5.19.10/arch/powerpc/kernel/
Dmodule_64.c36 static func_desc_t func_desc(unsigned long addr) in func_desc()
38 func_desc_t desc = { in func_desc()
60 static func_desc_t func_desc(unsigned long addr) in func_desc()
84 static unsigned long stub_func_addr(func_desc_t func) in stub_func_addr()
103 func_desc_t funcdata;
419 func_desc_t desc; in create_stub()
450 for (i = 0; i < sizeof(func_desc_t) / sizeof(u32); i++) { in create_stub()
747 func_desc_t funcdata; in module_trampoline_target()
/linux-5.19.10/arch/parisc/include/asm/
Dsections.h7 typedef Elf64_Fdesc func_desc_t; typedef
/linux-5.19.10/arch/ia64/include/asm/
Dsections.h13 typedef struct fdesc func_desc_t; typedef
/linux-5.19.10/arch/powerpc/include/asm/
Dsections.h10 typedef struct func_desc func_desc_t; typedef
/linux-5.19.10/kernel/
Dextable.c145 func_desc_t *desc = ptr; in dereference_function_descriptor()
/linux-5.19.10/include/asm-generic/
Dsections.h72 } func_desc_t; typedef