Searched refs:distance (Results 1 – 15 of 15) sorted by relevance
/arch/parisc/kernel/ |
D | jump_label.c | 29 int distance = target - addr; in arch_jump_label_transform() local 36 distance -= 8; in arch_jump_label_transform() 37 BUG_ON(distance > 262143 || distance < -262144); in arch_jump_label_transform() 38 insn = 0xe8000002 | reassemble_17(distance >> 2); in arch_jump_label_transform()
|
/arch/arm64/boot/dts/hisilicon/ |
D | hip07-d05.dts | 23 distance-map { 24 compatible = "numa-distance-map-v1"; 25 distance-matrix = <0 0 10>,
|
/arch/arm64/mm/ |
D | numa.c | 316 void __init numa_set_distance(int from, int to, int distance) in numa_set_distance() argument 326 from, to, distance); in numa_set_distance() 330 if ((u8)distance != distance || in numa_set_distance() 331 (from == to && distance != LOCAL_DISTANCE)) { in numa_set_distance() 333 from, to, distance); in numa_set_distance() 337 numa_distance[from * numa_distance_cnt + to] = distance; in numa_set_distance()
|
/arch/x86/mm/ |
D | numa.c | 421 void __init numa_set_distance(int from, int to, int distance) in numa_set_distance() argument 429 from, to, distance); in numa_set_distance() 433 if ((u8)distance != distance || in numa_set_distance() 434 (from == to && distance != LOCAL_DISTANCE)) { in numa_set_distance() 436 from, to, distance); in numa_set_distance() 440 numa_distance[from * numa_distance_cnt + to] = distance; in numa_set_distance()
|
/arch/sh/lib/ |
D | memcpy.S | 20 sub r4,r5 ! From here, r5 has the distance to r0
|
D | memmove.S | 26 sub r5,r4 ! From here, r4 has the distance to r0
|
/arch/arm64/include/asm/ |
D | numa.h | 37 void __init numa_set_distance(int from, int to, int distance);
|
/arch/x86/include/asm/ |
D | numa.h | 29 extern void __init numa_set_distance(int from, int to, int distance);
|
/arch/powerpc/platforms/pseries/ |
D | lpar.c | 290 int distance; in update_vcpu_disp_stat() local 305 distance = cpu_relative_dispatch_distance(disp->last_disp_cpu, in update_vcpu_disp_stat() 307 if (distance < 0) in update_vcpu_disp_stat() 311 switch (distance) { in update_vcpu_disp_stat() 326 distance); in update_vcpu_disp_stat() 331 distance = cpu_home_node_dispatch_distance(disp_cpu); in update_vcpu_disp_stat() 332 if (distance < 0) in update_vcpu_disp_stat() 336 switch (distance) { in update_vcpu_disp_stat() 350 distance); in update_vcpu_disp_stat()
|
/arch/sparc/kernel/ |
D | process_64.c | 441 unsigned long fp, distance, rval; in clone_stackframe() local 459 distance = fp - psp; in clone_stackframe() 460 rval = (csp - distance); in clone_stackframe() 461 if (copy_in_user((void __user *) rval, (void __user *) psp, distance)) in clone_stackframe()
|
/arch/powerpc/mm/ |
D | numa.c | 256 int distance = LOCAL_DISTANCE; in __node_distance() local 268 distance *= 2; in __node_distance() 271 return distance; in __node_distance()
|
/arch/m68k/ifpsp060/src/ |
D | isp.S | 924 mov.w (tbl_ea_mode.b,%pc,%d0.w*2), %d0 # fetch jmp distance
|
D | pfpsp.S | 4584 mov.w (tbl_fea_mode.b,%pc,%d0.w*2),%d0 # fetch jmp distance
|
D | fpsp.S | 18535 mov.w (tbl_fea_mode.b,%pc,%d0.w*2),%d0 # fetch jmp distance
|
D | fplsp.S | 10910 add.w &32, %d0 # no; fix shift distance
|