/openbmc/linux/arch/riscv/kernel/ |
H A D | module.c | 30 static int apply_r_riscv_32_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_riscv_32_rela() argument 37 *location = v; in apply_r_riscv_32_rela() 41 static int apply_r_riscv_64_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_riscv_64_rela() argument 43 *(u64 *)location = v; in apply_r_riscv_64_rela() 47 static int apply_r_riscv_branch_rela(struct module *me, u32 *location, in apply_r_riscv_branch_rela() argument 50 ptrdiff_t offset = (void *)v - (void *)location; in apply_r_riscv_branch_rela() 56 *location = (*location & 0x1fff07f) | imm12 | imm11 | imm10_5 | imm4_1; in apply_r_riscv_branch_rela() 60 static int apply_r_riscv_jal_rela(struct module *me, u32 *location, in apply_r_riscv_jal_rela() argument 63 ptrdiff_t offset = (void *)v - (void *)location; in apply_r_riscv_jal_rela() 69 *location = (*location & 0xfff) | imm20 | imm19_12 | imm11 | imm10_1; in apply_r_riscv_jal_rela() [all …]
|
/openbmc/linux/arch/xtensa/kernel/ |
H A D | module.c | 26 decode_calln_opcode (unsigned char *location) in decode_calln_opcode() argument 29 return (location[0] & 0xf0) == 0x50; in decode_calln_opcode() 32 return (location[0] & 0xf) == 0x5; in decode_calln_opcode() 37 decode_l32r_opcode (unsigned char *location) in decode_l32r_opcode() argument 40 return (location[0] & 0xf0) == 0x10; in decode_l32r_opcode() 43 return (location[0] & 0xf) == 0x1; in decode_l32r_opcode() 56 unsigned char *location; in apply_relocate_add() local 63 location = (char *)sechdrs[sechdrs[relsec].sh_info].sh_addr in apply_relocate_add() 79 *(uint32_t *)location += value; in apply_relocate_add() 83 if (decode_calln_opcode(location)) { in apply_relocate_add() [all …]
|
/openbmc/libcper/include/libcper/generator/sections/ |
H A D | gen-section.h | 12 size_t generate_section_generic(void **location); 13 size_t generate_section_ia32x64(void **location); 14 size_t generate_section_arm(void **location); 15 size_t generate_section_memory(void **location); 16 size_t generate_section_memory2(void **location); 17 size_t generate_section_pcie(void **location); 18 size_t generate_section_pci_bus(void **location); 19 size_t generate_section_pci_dev(void **location); 20 size_t generate_section_firmware(void **location); 21 size_t generate_section_dmar_generic(void **location); [all …]
|
/openbmc/linux/arch/mips/kernel/ |
H A D | module.c | 44 static void apply_r_mips_32(u32 *location, u32 base, Elf_Addr v) in apply_r_mips_32() argument 46 *location = base + v; in apply_r_mips_32() 49 static int apply_r_mips_26(struct module *me, u32 *location, u32 base, in apply_r_mips_26() argument 58 if ((v & 0xf0000000) != (((unsigned long)location + 4) & 0xf0000000)) { in apply_r_mips_26() 64 *location = (*location & ~0x03ffffff) | in apply_r_mips_26() 70 static int apply_r_mips_hi16(struct module *me, u32 *location, Elf_Addr v, in apply_r_mips_hi16() argument 76 *location = (*location & 0xffff0000) | in apply_r_mips_hi16() 90 n->addr = (Elf_Addr *)location; in apply_r_mips_hi16() 109 static int apply_r_mips_lo16(struct module *me, u32 *location, in apply_r_mips_lo16() argument 117 *location = (*location & 0xffff0000) | (v & 0xffff); in apply_r_mips_lo16() [all …]
|
/openbmc/linux/arch/sh/kernel/ |
H A D | module.c | 34 uint32_t *location; in apply_relocate_add() local 41 location = (void *)sechdrs[sechdrs[relsec].sh_info].sh_addr in apply_relocate_add() 53 value = get_unaligned(location); in apply_relocate_add() 55 put_unaligned(value, location); in apply_relocate_add() 58 relocation = (relocation - (Elf32_Addr) location); in apply_relocate_add() 59 value = get_unaligned(location); in apply_relocate_add() 61 put_unaligned(value, location); in apply_relocate_add() 64 *location = (*location & ~0x3fffc00) | in apply_relocate_add() 68 *location = (*location & ~0x3fffc00) | in apply_relocate_add() 72 relocation -= (Elf32_Addr) location; in apply_relocate_add() [all …]
|
/openbmc/u-boot/common/ |
H A D | splash_source.c | 63 static int splash_storage_read_raw(struct splash_location *location, in splash_storage_read_raw() argument 68 if (!location) in splash_storage_read_raw() 71 offset = location->offset; in splash_storage_read_raw() 72 switch (location->storage) { in splash_storage_read_raw() 84 static int splash_load_raw(struct splash_location *location, u32 bmp_load_addr) in splash_load_raw() argument 93 res = splash_storage_read_raw(location, bmp_load_addr, bmp_header_size); in splash_load_raw() 103 return splash_storage_read_raw(location, bmp_load_addr, bmp_size); in splash_load_raw() 111 static int splash_select_fs_dev(struct splash_location *location) in splash_select_fs_dev() argument 115 switch (location->storage) { in splash_select_fs_dev() 117 res = fs_set_blk_dev("mmc", location->devpart, FS_TYPE_ANY); in splash_select_fs_dev() [all …]
|
/openbmc/linux/drivers/net/ethernet/engleder/ |
H A D | tsnep_rxnfc.c | 19 TSNEP_RX_ASSIGN_ETHER_TYPE_OFFSET * rule->location; in tsnep_enable_rule() 24 TSNEP_RX_ASSIGN_OFFSET * rule->location; in tsnep_enable_rule() 34 TSNEP_RX_ASSIGN_OFFSET * rule->location; in tsnep_disable_rule() 39 int location) in tsnep_get_rule() argument 44 if (rule->location == location) in tsnep_get_rule() 46 if (rule->location > location) in tsnep_get_rule() 62 if (cur->location >= rule->location) in tsnep_add_rule() 104 rule = tsnep_get_rule(adapter, fsp->location); in tsnep_rxnfc_get_rule() 142 rule_locs[count] = rule->location; in tsnep_rxnfc_get_all() 156 int location = 0; in tsnep_rxnfc_find_location() local [all …]
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | module.c | 46 static int apply_r_larch_none(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_none() argument 52 static int apply_r_larch_error(struct module *me, u32 *location, Elf_Addr v, in apply_r_larch_error() argument 59 static int apply_r_larch_32(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_32() argument 62 *location = v; in apply_r_larch_32() 66 static int apply_r_larch_64(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_64() argument 69 *(Elf_Addr *)location = v; in apply_r_larch_64() 73 static int apply_r_larch_sop_push_pcrel(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop_push_pcrel() argument 76 return rela_stack_push(v - (u64)location, rela_stack, rela_stack_top); in apply_r_larch_sop_push_pcrel() 79 static int apply_r_larch_sop_push_absolute(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop_push_absolute() argument 85 static int apply_r_larch_sop_push_dup(struct module *mod, u32 *location, Elf_Addr v, in apply_r_larch_sop_push_dup() argument [all …]
|
/openbmc/linux/arch/hexagon/kernel/ |
H A D | module.c | 73 uint32_t *location; in apply_relocate_add() local 90 location = loc_base + rela[i].r_offset; in apply_relocate_add() 96 i, value, location, ELF32_R_TYPE(rela[i].r_info), in apply_relocate_add() 102 int dist = (int)(value - (uint32_t)location); in apply_relocate_add() 109 dist, value, (uint32_t)location, in apply_relocate_add() 114 DEBUGP("B22_PCREL contents: %08X.\n", *location); in apply_relocate_add() 115 *location &= ~0x01ff3fff; in apply_relocate_add() 116 *location |= 0x00003fff & dist; in apply_relocate_add() 117 *location |= 0x01ff0000 & (dist<<2); in apply_relocate_add() 118 DEBUGP("Contents after reloc: %08x\n", *location); in apply_relocate_add() [all …]
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | module.c | 92 u8 *location; in apply_relocate_add() local 99 location = (u8 *)sechdrs[sechdrs[relsec].sh_info].sh_addr in apply_relocate_add() 101 loc32 = (u32 *) location; in apply_relocate_add() 104 BUG_ON(((u64)location >> (u64)32) != (u64)0); in apply_relocate_add() 115 v -= (Elf_Addr) location; in apply_relocate_add() 120 location[0] = v >> 56; in apply_relocate_add() 121 location[1] = v >> 48; in apply_relocate_add() 122 location[2] = v >> 40; in apply_relocate_add() 123 location[3] = v >> 32; in apply_relocate_add() 124 location[4] = v >> 24; in apply_relocate_add() [all …]
|
/openbmc/linux/arch/microblaze/kernel/ |
H A D | module.c | 25 unsigned long int *location; in apply_relocate_add() local 33 location = (void *)sechdrs[sechdrs[relsec].sh_info].sh_addr + in apply_relocate_add() 49 *location = value; in apply_relocate_add() 53 location[0] = (location[0] & 0xFFFF0000) | in apply_relocate_add() 55 location[1] = (location[1] & 0xFFFF0000) | in apply_relocate_add() 60 value -= (unsigned long int)(location) + 4; in apply_relocate_add() 61 location[0] = (location[0] & 0xFFFF0000) | in apply_relocate_add() 63 location[1] = (location[1] & 0xFFFF0000) | in apply_relocate_add()
|
/openbmc/linux/arch/csky/kernel/ |
H A D | module.c | 28 static void jsri_2_lrw_jsr(uint32_t *location) in jsri_2_lrw_jsr() argument 30 uint16_t *location_tmp = (uint16_t *)location; in jsri_2_lrw_jsr() 37 CHANGE_JSRI_TO_LRW(location); in jsri_2_lrw_jsr() 39 SET_JSR32_R26(location + 1); in jsri_2_lrw_jsr() 43 static inline void jsri_2_lrw_jsr(uint32_t *location) in jsri_2_lrw_jsr() argument 55 uint32_t *location; in apply_relocate_add() local 60 location = (void *)sechdrs[sechdrs[relsec].sh_info].sh_addr in apply_relocate_add() 68 *location = rel[i].r_addend + sym->st_value; in apply_relocate_add() 72 *location = rel[i].r_addend + sym->st_value in apply_relocate_add() 73 - (uint32_t)location; in apply_relocate_add() [all …]
|
/openbmc/linux/include/trace/events/ |
H A D | skb.h | 26 TP_PROTO(struct sk_buff *skb, void *location, 29 TP_ARGS(skb, location, reason), 33 __field(void *, location) 40 __entry->location = location; 46 __entry->skbaddr, __entry->protocol, __entry->location, 56 TP_PROTO(struct sk_buff *skb, void *location), 58 TP_ARGS(skb, location), 62 __field( void *, location) 67 __entry->location = location; 70 TP_printk("skbaddr=%p location=%pS", __entry->skbaddr, __entry->location)
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | module_32.c | 157 static uint32_t do_plt_call(void *location, in do_plt_call() argument 164 pr_debug("Doing plt for call to 0x%x at 0x%x\n", val, (unsigned int)location); in do_plt_call() 166 if (within_module_core((unsigned long)location, mod)) in do_plt_call() 205 uint32_t *location; in apply_relocate_add() local 212 location = (void *)sechdrs[sechdrs[relsec].sh_info].sh_addr in apply_relocate_add() 224 *(uint32_t *)location = value; in apply_relocate_add() 229 if (patch_location_16(location, PPC_LO(value))) in apply_relocate_add() 235 if (patch_location_16(location, PPC_HI(value))) in apply_relocate_add() 240 if (patch_location_16(location, PPC_HA(value))) in apply_relocate_add() 245 if ((int)(value - (uint32_t)location) < -0x02000000 in apply_relocate_add() [all …]
|
H A D | module_64.c | 773 unsigned long *location; in apply_relocate_add() local 792 location = (void *)sechdrs[sechdrs[relsec].sh_info].sh_addr in apply_relocate_add() 799 location, (long)ELF64_R_TYPE(rela[i].r_info), in apply_relocate_add() 809 *(u32 *)location = value; in apply_relocate_add() 814 *(unsigned long *)location = value; in apply_relocate_add() 819 *(unsigned long *)location = my_r2(sechdrs, me); in apply_relocate_add() 830 *((uint16_t *) location) in apply_relocate_add() 831 = (*((uint16_t *) location) & ~0xffff) in apply_relocate_add() 838 *((uint16_t *) location) in apply_relocate_add() 839 = (*((uint16_t *) location) & ~0xffff) in apply_relocate_add() [all …]
|
/openbmc/linux/lib/ |
H A D | ubsan.c | 110 static bool was_reported(struct source_location *location) in was_reported() argument 112 return test_and_set_bit(REPORTED_BIT, &location->reported); in was_reported() 231 if (suppress_report(&data->location)) in __ubsan_handle_divrem_overflow() 234 ubsan_prologue(&data->location, "division-overflow"); in __ubsan_handle_divrem_overflow() 250 if (suppress_report(data->location)) in handle_null_ptr_deref() 253 ubsan_prologue(data->location, "null-ptr-deref"); in handle_null_ptr_deref() 265 if (suppress_report(data->location)) in handle_misaligned_access() 268 ubsan_prologue(data->location, "misaligned-access"); in handle_misaligned_access() 281 if (suppress_report(data->location)) in handle_object_size_mismatch() 284 ubsan_prologue(data->location, "object-size-mismatch"); in handle_object_size_mismatch() [all …]
|
H A D | ubsan.h | 61 struct source_location location; member 66 struct source_location location; member 73 struct source_location location; member 80 struct source_location *location; member 87 struct source_location location; member 93 struct source_location location; member 99 struct source_location location; member 105 struct source_location location; member 109 struct source_location location; member 114 struct source_location location; member
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | module.c | 140 void *base, *location; in apply_relocate_add() local 160 location = base + rela[i].r_offset; in apply_relocate_add() 171 *(u32 *)location = value; in apply_relocate_add() 175 ((u32 *)location)[0] = value; in apply_relocate_add() 176 ((u32 *)location)[1] = value >> 32; in apply_relocate_add() 182 *(u32 *)location = value; in apply_relocate_add() 189 *(u16 *)location = lo; in apply_relocate_add() 195 value = gp - (u64)location; in apply_relocate_add() 200 *(u16 *)location = hi >> 16; in apply_relocate_add() 201 *(u16 *)(location + rela[i].r_addend) = lo; in apply_relocate_add() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-pykickstart/files/ |
H A D | 0004-load.py-retry-to-invoke-request-with-timeout.patch | 36 is_url = lambda location: '://' in location # RFC 3986 39 @@ -71,6 +75,29 @@ def load_to_file(location, destination): 40 _copy_file(location, destination) 43 +def _access_url(location): 51 + request = requests.get(location, verify=SSL_VERIFY, timeout=2) 53 + log.info("Try '%s' %d times, %s" % (location, i, str(e))) 66 def _get_auth(location, user=None, passwd=None): 69 @@ -92,6 +119,10 @@ def _get_auth(location, user=None, passwd=None): 71 def _load_url(location, user=None, passwd=None): 72 '''Load a location (URL or filename) and return contents as string''' [all …]
|
H A D | 0001-support-authentication-for-kickstart.patch | 70 @@ -28,7 +30,7 @@ is_url = lambda location: '://' in location # RFC 3986 74 -def load_to_str(location): 75 +def load_to_str(location, user=None, passwd=None): 79 @@ -39,7 +41,7 @@ def load_to_str(location): 82 if is_url(location): 83 - return _load_url(location) 84 + return _load_url(location, user=user, passwd=passwd) 86 return _load_file(location) 88 @@ -69,11 +71,31 @@ def load_to_file(location, destination): 89 _copy_file(location, destination) [all …]
|
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_filters.c | 76 if (rule->aq_fsp.location == fsp->location) in aq_rule_already_exists() 95 if (fsp->location < AQ_RX_FIRST_LOC_FL3L4 || in aq_check_approve_fl3l4() 96 fsp->location > last_location) { in aq_check_approve_fl3l4() 113 fsp->location != AQ_RX_FIRST_LOC_FL3L4 + 4 && in aq_check_approve_fl3l4() 114 fsp->location != AQ_RX_FIRST_LOC_FL3L4) { in aq_check_approve_fl3l4() 132 if (fsp->location < AQ_RX_FIRST_LOC_FETHERT || in aq_check_approve_fl2() 133 fsp->location > last_location) { in aq_check_approve_fl2() 158 if (fsp->location < AQ_RX_FIRST_LOC_FVLANID || in aq_check_approve_fvlan() 159 fsp->location > AQ_RX_LAST_LOC_FVLANID) { in aq_check_approve_fvlan() 272 } else if (fsp->location > AQ_RX_MAX_RXNFC_LOC) { in aq_rule_is_not_correct() [all …]
|
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/queue/src/ |
H A D | queue_access.c | 32 if (rdesc->location == IA_CSS_QUEUE_LOC_SP) { in ia_css_queue_load() 66 } else if (rdesc->location == IA_CSS_QUEUE_LOC_HOST) { in ia_css_queue_load() 71 } else if (rdesc->location == IA_CSS_QUEUE_LOC_ISP) { in ia_css_queue_load() 87 if (rdesc->location == IA_CSS_QUEUE_LOC_SP) { in ia_css_queue_store() 113 } else if (rdesc->location == IA_CSS_QUEUE_LOC_HOST) { in ia_css_queue_store() 118 } else if (rdesc->location == IA_CSS_QUEUE_LOC_ISP) { in ia_css_queue_store() 134 if (rdesc->location == IA_CSS_QUEUE_LOC_SP) { in ia_css_queue_item_load() 140 } else if (rdesc->location == IA_CSS_QUEUE_LOC_HOST) { in ia_css_queue_item_load() 145 } else if (rdesc->location == IA_CSS_QUEUE_LOC_ISP) { in ia_css_queue_item_load() 161 if (rdesc->location == IA_CSS_QUEUE_LOC_SP) { in ia_css_queue_item_store() [all …]
|
/openbmc/linux/arch/openrisc/kernel/ |
H A D | module.c | 25 uint32_t *location; in apply_relocate_add() local 32 location = (void *)sechdrs[sechdrs[relsec].sh_info].sh_addr in apply_relocate_add() 43 *location = value; in apply_relocate_add() 46 *((uint16_t *)location + 1) = value; in apply_relocate_add() 49 *((uint16_t *)location + 1) = value >> 16; in apply_relocate_add() 52 value -= (uint32_t)location; in apply_relocate_add() 55 value |= *location & 0xfc000000; in apply_relocate_add() 56 *location = value; in apply_relocate_add()
|
/openbmc/linux/arch/m68k/kernel/ |
H A D | module.c | 31 uint32_t *location; in apply_relocate() local 37 location = (void *)sechdrs[sechdrs[relsec].sh_info].sh_addr in apply_relocate() 47 *location += sym->st_value; in apply_relocate() 51 *location += sym->st_value - (uint32_t)location; in apply_relocate() 71 uint32_t *location; in apply_relocate_add() local 77 location = (void *)sechdrs[sechdrs[relsec].sh_info].sh_addr in apply_relocate_add() 87 *location = rel[i].r_addend + sym->st_value; in apply_relocate_add() 91 *location = rel[i].r_addend + sym->st_value - (uint32_t)location; in apply_relocate_add()
|
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/ |
H A D | nfsrootfs | 12 local location 21 location="${bootparam_nfsroot%%,*}" 22 if [ "${location#*:}" = "${location}" ]; then 32 location=${server_ip}:${location} 46 mount -t nfs ${flags} ${nfs_opts} ${location} ${ROOTFS_DIR}
|