Home
last modified time | relevance | path

Searched refs:TO_NATIVE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/scripts/mod/
H A Dmodpost.c576 *p = TO_NATIVE(*p); in parse_elf()
1224 return TO_NATIVE(*location); in addend_386_rel()
1226 return TO_NATIVE(*location) + 4; in addend_386_rel()
1281 inst = TO_NATIVE(*(uint32_t *)loc); in addend_arm_rel()
1285 inst = TO_NATIVE(*(uint32_t *)loc); in addend_arm_rel()
1292 inst = TO_NATIVE(*(uint32_t *)loc); in addend_arm_rel()
1297 upper = TO_NATIVE(*(uint16_t *)loc); in addend_arm_rel()
1315 upper = TO_NATIVE(*(uint16_t *)loc); in addend_arm_rel()
1361 inst = TO_NATIVE(*location); in addend_mips_rel()
1413 r_info = TO_NATIVE(r_info64); in get_rel_type_and_sym()
[all …]
H A Dmodpost.h63 #define TO_NATIVE(x) \ macro
72 #define TO_NATIVE(x) (x) macro
H A Dfile2alias.c73 typeof(((struct devid *)0)->f) f = TO_NATIVE(*(typeof(f) *)((m) + OFF_##devid##_##f))
696 (*prod_id_hash)[i] = TO_NATIVE((*prod_id_hash)[i]); in do_pcmcia_entry()
744 arr[i] = TO_NATIVE(arr[i]); in do_input()
917 sprintf(&guid_name[i], "%02x", TO_NATIVE((guid->b)[i/2])); in do_vmbus_entry()