Home
last modified time | relevance | path

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

/scripts/mod/
A Dmodpost.c1162 return get_unaligned_native(location); in addend_386_rel()
1164 return get_unaligned_native(location) + 4; in addend_386_rel()
1185 inst = get_unaligned_native((uint32_t *)loc); in addend_arm_rel()
1189 inst = get_unaligned_native((uint32_t *)loc); in addend_arm_rel()
1196 inst = get_unaligned_native((uint32_t *)loc); in addend_arm_rel()
1201 upper = get_unaligned_native((uint16_t *)loc); in addend_arm_rel()
1202 lower = get_unaligned_native((uint16_t *)loc + 1); in addend_arm_rel()
1219 upper = get_unaligned_native((uint16_t *)loc); in addend_arm_rel()
1220 lower = get_unaligned_native((uint16_t *)loc + 1); in addend_arm_rel()
1243 upper = get_unaligned_native((uint16_t *)loc); in addend_arm_rel()
[all …]
A Dmodpost.h76 #define get_unaligned_native(ptr) \ macro
A Dfile2alias.c136 get_unaligned_native((typeof(f) *)((m) + OFF_##devid##_##f))
624 get_unaligned_native(*prod_id_hash + 0)); in do_pcmcia_entry()
626 get_unaligned_native(*prod_id_hash + 1)); in do_pcmcia_entry()
628 get_unaligned_native(*prod_id_hash + 2)); in do_pcmcia_entry()
630 get_unaligned_native(*prod_id_hash + 3)); in do_pcmcia_entry()
659 if (get_unaligned_native(arr + i / BITS_PER_LONG) & in do_input()

Completed in 11 milliseconds