Searched refs:soff (Results 1 – 5 of 5) sorted by relevance
| /arch/alpha/lib/ |
| A D | csum_partial_copy.c | 126 unsigned long soff, in csum_partial_cfu_dest_aligned() argument 142 extql(first, soff, word); in csum_partial_cfu_dest_aligned() 145 extqh(second, soff, first); in csum_partial_cfu_dest_aligned() 162 extql(first, soff, word); in csum_partial_cfu_dest_aligned() 163 extqh(second, soff, first); in csum_partial_cfu_dest_aligned() 257 extql(first, soff, word); in csum_partial_cfu_unaligned() 279 extql(first, soff, word); in csum_partial_cfu_unaligned() 301 extql(first, soff, word); in csum_partial_cfu_unaligned() 323 if (!soff) in __csum_and_copy() 331 soff, len-8); in __csum_and_copy() [all …]
|
| /arch/powerpc/platforms/powermac/ |
| A D | bootx_init.c | 134 unsigned long soff = bootx_dt_find_string(name); in bootx_dt_add_prop() local 137 if (soff == 0) { in bootx_dt_add_prop() 149 dt_push_token(soff, mem_end); in bootx_dt_add_prop() 223 unsigned long soff; in bootx_scan_dt_build_strings() local 259 soff = bootx_dt_find_string(namep); in bootx_scan_dt_build_strings() 260 if (soff == 0) in bootx_scan_dt_build_strings()
|
| /arch/powerpc/kernel/ |
| A D | prom_init.c | 2544 unsigned long soff; in scan_dt_build_strings() local 2567 soff = dt_find_string(namep); in scan_dt_build_strings() 2568 if (soff != 0) { in scan_dt_build_strings() 2570 namep = sstart + soff; in scan_dt_build_strings() 2592 unsigned long soff; in scan_dt_build_struct() local 2648 soff = dt_find_string(pname); in scan_dt_build_struct() 2649 if (soff == 0) { in scan_dt_build_struct() 2654 prev_name = sstart + soff; in scan_dt_build_struct() 2666 dt_push_token(soff, mem_start, mem_end); in scan_dt_build_struct() 2679 soff = dt_find_string("phandle"); in scan_dt_build_struct() [all …]
|
| /arch/arm64/net/ |
| A D | bpf_jit_comp.c | 2393 int soff; in save_args() local 2408 soff = 32; /* on stack arguments start from FP + 32 */ in save_args() 2416 emit(A64_LDR64I(tmp, A64_FP, soff), ctx); in save_args() 2423 soff += 8; in save_args()
|
| /arch/powerpc/sysdev/ |
| A D | mpic.c | 383 unsigned int soff = (fixup->index >> 3) & ~3; in mpic_ht_end_irq() local 385 writel(mask, fixup->applebase + soff); in mpic_ht_end_irq()
|
Completed in 59 milliseconds