Home
last modified time | relevance | path

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

/linux/scripts/mod/
H A Dmodpost.c1171 return get_unaligned_native(location); in addend_386_rel()
1173 return get_unaligned_native(location) + 4; in addend_386_rel()
1194 inst = get_unaligned_native((uint32_t *)loc); in addend_arm_rel()
1198 inst = get_unaligned_native((uint32_t *)loc); in addend_arm_rel()
1205 inst = get_unaligned_native((uint32_t *)loc); in addend_arm_rel()
1210 upper = get_unaligned_native((uint16_t *)loc); in addend_arm_rel()
1211 lower = get_unaligned_native((uint16_t *)loc + 1); in addend_arm_rel()
1228 upper = get_unaligned_native((uint16_t *)loc); in addend_arm_rel()
1229 lower = get_unaligned_native((uint16_t *)loc + 1); in addend_arm_rel()
1252 upper = get_unaligned_native((uint16_t *)loc); in addend_arm_rel()
[all …]
H A Dfile2alias.c137 get_unaligned_native((typeof(f) *)((m) + OFF_##devid##_##f))
625 get_unaligned_native(*prod_id_hash + 0)); in do_pcmcia_entry()
627 get_unaligned_native(*prod_id_hash + 1)); in do_pcmcia_entry()
629 get_unaligned_native(*prod_id_hash + 2)); in do_pcmcia_entry()
631 get_unaligned_native(*prod_id_hash + 3)); in do_pcmcia_entry()
660 if (get_unaligned_native(arr + i / BITS_PER_LONG) & in do_input()
H A Dmodpost.h76 #define get_unaligned_native(ptr) \ macro