| /kernel/linux/linux-5.10/arch/riscv/kernel/ |
| D | module.c | 16 static int apply_r_riscv_32_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_riscv_32_rela() 27 static int apply_r_riscv_64_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_riscv_64_rela() 33 static int apply_r_riscv_branch_rela(struct module *me, u32 *location, in apply_r_riscv_branch_rela() 46 static int apply_r_riscv_jal_rela(struct module *me, u32 *location, in apply_r_riscv_jal_rela() 59 static int apply_r_riscv_rcv_branch_rela(struct module *me, u32 *location, in apply_r_riscv_rcv_branch_rela() 74 static int apply_r_riscv_rvc_jump_rela(struct module *me, u32 *location, in apply_r_riscv_rvc_jump_rela() 92 static int apply_r_riscv_pcrel_hi20_rela(struct module *me, u32 *location, in apply_r_riscv_pcrel_hi20_rela() 110 static int apply_r_riscv_pcrel_lo12_i_rela(struct module *me, u32 *location, in apply_r_riscv_pcrel_lo12_i_rela() 121 static int apply_r_riscv_pcrel_lo12_s_rela(struct module *me, u32 *location, in apply_r_riscv_pcrel_lo12_s_rela() 135 static int apply_r_riscv_hi20_rela(struct module *me, u32 *location, in apply_r_riscv_hi20_rela() [all …]
|
| /kernel/linux/linux-4.19/arch/riscv/kernel/ |
| D | module.c | 24 static int apply_r_riscv_32_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_riscv_32_rela() 35 static int apply_r_riscv_64_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_riscv_64_rela() 41 static int apply_r_riscv_branch_rela(struct module *me, u32 *location, in apply_r_riscv_branch_rela() 54 static int apply_r_riscv_jal_rela(struct module *me, u32 *location, in apply_r_riscv_jal_rela() 67 static int apply_r_riscv_rcv_branch_rela(struct module *me, u32 *location, in apply_r_riscv_rcv_branch_rela() 82 static int apply_r_riscv_rvc_jump_rela(struct module *me, u32 *location, in apply_r_riscv_rvc_jump_rela() 100 static int apply_r_riscv_pcrel_hi20_rela(struct module *me, u32 *location, in apply_r_riscv_pcrel_hi20_rela() 118 static int apply_r_riscv_pcrel_lo12_i_rela(struct module *me, u32 *location, in apply_r_riscv_pcrel_lo12_i_rela() 129 static int apply_r_riscv_pcrel_lo12_s_rela(struct module *me, u32 *location, in apply_r_riscv_pcrel_lo12_s_rela() 143 static int apply_r_riscv_hi20_rela(struct module *me, u32 *location, in apply_r_riscv_hi20_rela() [all …]
|
| /kernel/linux/linux-5.10/lib/ |
| D | ubsan.h | 29 struct source_location location; member 34 struct source_location location; member 41 struct source_location location; member 48 struct source_location *location; member 55 struct source_location location; member 61 struct source_location location; member 67 struct source_location location; member 73 struct source_location location; member 77 struct source_location location; member 82 struct source_location location; member
|
| /kernel/linux/linux-4.19/lib/ |
| D | ubsan.h | 29 struct source_location location; member 34 struct source_location location; member 41 struct source_location location; member 48 struct source_location *location; member 55 struct source_location location; member 61 struct source_location location; member 66 struct source_location location; member 72 struct source_location location; member 78 struct source_location location; member 82 struct source_location location; member
|
| /kernel/linux/linux-4.19/arch/mips/kernel/ |
| D | module.c | 56 static int apply_r_mips_none(struct module *me, u32 *location, in apply_r_mips_none() 62 static int apply_r_mips_32(struct module *me, u32 *location, in apply_r_mips_32() 70 static int apply_r_mips_26(struct module *me, u32 *location, in apply_r_mips_26() 91 static int apply_r_mips_hi16(struct module *me, u32 *location, in apply_r_mips_hi16() 130 static int apply_r_mips_lo16(struct module *me, u32 *location, in apply_r_mips_lo16() 202 static int apply_r_mips_pc(struct module *me, u32 *location, u32 base, in apply_r_mips_pc() 233 static int apply_r_mips_pc16(struct module *me, u32 *location, in apply_r_mips_pc16() 239 static int apply_r_mips_pc21(struct module *me, u32 *location, in apply_r_mips_pc21() 245 static int apply_r_mips_pc26(struct module *me, u32 *location, in apply_r_mips_pc26() 251 static int apply_r_mips_64(struct module *me, u32 *location, in apply_r_mips_64() [all …]
|
| D | vpe.c | 228 static int apply_r_mips_none(struct module *me, uint32_t *location, in apply_r_mips_none() 234 static int apply_r_mips_gprel16(struct module *me, uint32_t *location, in apply_r_mips_gprel16() 259 static int apply_r_mips_pc16(struct module *me, uint32_t *location, in apply_r_mips_pc16() 278 static int apply_r_mips_32(struct module *me, uint32_t *location, in apply_r_mips_32() 286 static int apply_r_mips_26(struct module *me, uint32_t *location, in apply_r_mips_26() 311 static int apply_r_mips_hi16(struct module *me, uint32_t *location, in apply_r_mips_hi16() 333 static int apply_r_mips_lo16(struct module *me, uint32_t *location, in apply_r_mips_lo16() 433 uint32_t *location; in apply_relocations() local
|
| /kernel/linux/linux-5.10/arch/mips/kernel/ |
| D | module.c | 43 static int apply_r_mips_none(struct module *me, u32 *location, in apply_r_mips_none() 49 static int apply_r_mips_32(struct module *me, u32 *location, in apply_r_mips_32() 57 static int apply_r_mips_26(struct module *me, u32 *location, in apply_r_mips_26() 78 static int apply_r_mips_hi16(struct module *me, u32 *location, in apply_r_mips_hi16() 117 static int apply_r_mips_lo16(struct module *me, u32 *location, in apply_r_mips_lo16() 189 static int apply_r_mips_pc(struct module *me, u32 *location, u32 base, in apply_r_mips_pc() 220 static int apply_r_mips_pc16(struct module *me, u32 *location, in apply_r_mips_pc16() 226 static int apply_r_mips_pc21(struct module *me, u32 *location, in apply_r_mips_pc21() 232 static int apply_r_mips_pc26(struct module *me, u32 *location, in apply_r_mips_pc26() 238 static int apply_r_mips_64(struct module *me, u32 *location, in apply_r_mips_64() [all …]
|
| D | vpe.c | 228 static int apply_r_mips_none(struct module *me, uint32_t *location, in apply_r_mips_none() 234 static int apply_r_mips_gprel16(struct module *me, uint32_t *location, in apply_r_mips_gprel16() 259 static int apply_r_mips_pc16(struct module *me, uint32_t *location, in apply_r_mips_pc16() 278 static int apply_r_mips_32(struct module *me, uint32_t *location, in apply_r_mips_32() 286 static int apply_r_mips_26(struct module *me, uint32_t *location, in apply_r_mips_26() 311 static int apply_r_mips_hi16(struct module *me, uint32_t *location, in apply_r_mips_hi16() 333 static int apply_r_mips_lo16(struct module *me, uint32_t *location, in apply_r_mips_lo16() 433 uint32_t *location; in apply_relocations() local
|
| /kernel/linux/linux-4.19/arch/xtensa/kernel/ |
| D | module.c | 26 decode_calln_opcode (unsigned char *location) in decode_calln_opcode() 37 decode_l32r_opcode (unsigned char *location) in decode_l32r_opcode() 56 unsigned char *location; in apply_relocate_add() local
|
| /kernel/linux/linux-5.10/arch/xtensa/kernel/ |
| D | module.c | 26 decode_calln_opcode (unsigned char *location) in decode_calln_opcode() 37 decode_l32r_opcode (unsigned char *location) in decode_l32r_opcode() 56 unsigned char *location; in apply_relocate_add() local
|
| /kernel/linux/linux-4.19/tools/wmi/ |
| D | dell-smbios-example.c | 56 static int find_token(__u16 token, __u16 *location, __u16 *value) in find_token() 97 static int token_is_active(__u16 *location, __u16 *cmpvalue, in token_is_active() 114 __u16 location; in query_token() local 129 __u16 location; in activate_token() local
|
| /kernel/linux/linux-5.10/tools/wmi/ |
| D | dell-smbios-example.c | 53 static int find_token(__u16 token, __u16 *location, __u16 *value) in find_token() 94 static int token_is_active(__u16 *location, __u16 *cmpvalue, in token_is_active() 111 __u16 location; in query_token() local 126 __u16 location; in activate_token() local
|
| /kernel/linux/linux-5.10/arch/csky/kernel/ |
| D | module.c | 28 static void jsri_2_lrw_jsr(uint32_t *location) in jsri_2_lrw_jsr() 43 static void inline jsri_2_lrw_jsr(uint32_t *location) in jsri_2_lrw_jsr() 55 uint32_t *location; in apply_relocate_add() local
|
| /kernel/linux/linux-4.19/arch/m68k/kernel/ |
| D | module.c | 31 uint32_t *location; in apply_relocate() local 71 uint32_t *location; in apply_relocate_add() local
|
| /kernel/linux/linux-5.10/arch/m68k/kernel/ |
| D | module.c | 31 uint32_t *location; in apply_relocate() local 71 uint32_t *location; in apply_relocate_add() local
|
| /kernel/linux/linux-5.10/fs/nfs/ |
| D | nfs4namespace.c | 283 const struct nfs4_fs_location *location) in try_location() 380 const struct nfs4_fs_location *location = &locations->locations[loc]; in nfs_follow_referral() local 474 const struct nfs4_fs_location *location) in nfs4_try_replacing_one_location() 550 const struct nfs4_fs_location *location = in nfs4_replace_transport() local
|
| /kernel/linux/linux-4.19/fs/nfs/ |
| D | nfs4namespace.c | 240 const struct nfs4_fs_location *location) in try_location() 328 const struct nfs4_fs_location *location = &locations->locations[loc]; in nfs_follow_referral() local 424 const struct nfs4_fs_location *location) in nfs4_try_replacing_one_location() 500 const struct nfs4_fs_location *location = in nfs4_replace_transport() local
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/freescale/fs_enet/ |
| D | mii-fec.c | 52 static int fs_enet_fec_mii_read(struct mii_bus *bus , int phy_id, int location) in fs_enet_fec_mii_read() 75 static int fs_enet_fec_mii_write(struct mii_bus *bus, int phy_id, int location, u16 val) in fs_enet_fec_mii_write()
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/freescale/fs_enet/ |
| D | mii-fec.c | 52 static int fs_enet_fec_mii_read(struct mii_bus *bus , int phy_id, int location) in fs_enet_fec_mii_read() 75 static int fs_enet_fec_mii_write(struct mii_bus *bus, int phy_id, int location, u16 val) in fs_enet_fec_mii_write()
|
| /kernel/linux/linux-5.10/drivers/staging/gasket/ |
| D | gasket_core.h | 580 ulong location) in gasket_dev_read_64() 586 int bar, ulong location) in gasket_dev_write_64() 592 int bar, ulong location) in gasket_dev_write_32() 598 ulong location) in gasket_dev_read_32() 604 ulong location, u64 value, in gasket_read_modify_write_64() 616 ulong location, u32 value, in gasket_read_modify_write_32()
|
| /kernel/linux/linux-5.10/arch/powerpc/kernel/ |
| D | module_32.c | 157 static uint32_t do_plt_call(void *location, in do_plt_call() 202 uint32_t *location; in apply_relocate_add() local
|
| /kernel/linux/linux-4.19/include/linux/platform_data/ |
| D | efm32-spi.h | 13 u8 location; member
|
| D | efm32-uart.h | 17 u8 location; member
|
| /kernel/linux/linux-5.10/include/linux/platform_data/ |
| D | efm32-spi.h | 13 u8 location; member
|
| D | efm32-uart.h | 17 u8 location; member
|