Lines Matching +full:0 +full:x03ffffff
39 GFP_KERNEL, PAGE_KERNEL, 0, NUMA_NO_NODE, in module_alloc()
40 __builtin_return_address(0)); in module_alloc()
58 if ((v & 0xf0000000) != (((unsigned long)location + 4) & 0xf0000000)) { in apply_r_mips_26()
64 *location = (*location & ~0x03ffffff) | in apply_r_mips_26()
65 ((base + (v >> 2)) & 0x03ffffff); in apply_r_mips_26()
67 return 0; in apply_r_mips_26()
76 *location = (*location & 0xffff0000) | in apply_r_mips_hi16()
77 ((((long long) v + 0x8000LL) >> 16) & 0xffff); in apply_r_mips_hi16()
78 return 0; in apply_r_mips_hi16()
95 return 0; in apply_r_mips_hi16()
117 *location = (*location & 0xffff0000) | (v & 0xffff); in apply_r_mips_lo16()
118 return 0; in apply_r_mips_lo16()
122 vallo = ((insnlo & 0xffff) ^ 0x8000) - 0x8000; in apply_r_mips_lo16()
143 val = ((insn & 0xffff) << 16) + vallo; in apply_r_mips_lo16()
150 val = ((val >> 16) + ((val & 0x8000) != 0)) & 0xffff; in apply_r_mips_lo16()
152 insn = (insn & ~0xffff) | val; in apply_r_mips_lo16()
167 insnlo = (insnlo & ~0xffff) | (val & 0xffff); in apply_r_mips_lo16()
170 return 0; in apply_r_mips_lo16()
184 unsigned long mask = GENMASK(bits - 1, 0); in apply_r_mips_pc()
196 offset |= (offset & BIT(bits - 1)) ? ~mask : 0; in apply_r_mips_pc()
201 se_bits = (offset & BIT(bits - 1)) ? ~0ul : 0; in apply_r_mips_pc()
209 return 0; in apply_r_mips_pc()
237 return 0; in apply_r_mips_64()
245 *location = (*location & 0xffff0000) | in apply_r_mips_higher()
246 ((((long long)v + 0x80008000LL) >> 32) & 0xffff); in apply_r_mips_higher()
248 return 0; in apply_r_mips_higher()
256 *location = (*location & 0xffff0000) | in apply_r_mips_highest()
257 ((((long long)v + 0x800080008000LL) >> 48) & 0xffff); in apply_r_mips_highest()
259 return 0; in apply_r_mips_highest()
267 * @base: the existing value at location for REL-style; 0 for RELA-style
277 * Return: 0 upon success, else -ERRNO
311 return 0; in reloc_handler()
326 int err = 0; in __apply_relocate()
335 for (i = 0; i < sechdrs[relsec].sh_size / reloc_sz; i++) { in __apply_relocate()
356 base = 0; in __apply_relocate()
437 if (strcmp("__dbe_table", secstrings + s->sh_name) != 0) in module_finalize()
445 return 0; in module_finalize()