Searched refs:distance (Results 1 – 11 of 11) sorted by relevance
/arch/sh/lib/ |
D | memcpy.S | 19 sub r4,r5 ! From here, r5 has the distance to r0
|
D | memmove.S | 25 sub r5,r4 ! From here, r4 has the distance to r0
|
/arch/x86/mm/ |
D | numa.c | 405 void __init numa_set_distance(int from, int to, int distance) in numa_set_distance() argument 413 from, to, distance); in numa_set_distance() 417 if ((u8)distance != distance || in numa_set_distance() 418 (from == to && distance != LOCAL_DISTANCE)) { in numa_set_distance() 420 from, to, distance); in numa_set_distance() 424 numa_distance[from * numa_distance_cnt + to] = distance; in numa_set_distance()
|
/arch/x86/include/asm/ |
D | numa.h | 34 extern void __init numa_set_distance(int from, int to, int distance);
|
/arch/sparc/kernel/ |
D | process_64.c | 451 unsigned long fp, distance, rval; in clone_stackframe() local 469 distance = fp - psp; in clone_stackframe() 470 rval = (csp - distance); in clone_stackframe() 471 if (copy_in_user((void __user *) rval, (void __user *) psp, distance)) in clone_stackframe()
|
/arch/tile/kernel/ |
D | setup.c | 890 int distance[MAX_NUMNODES][NR_CPUS]; in setup_numa_mapping() local 908 memset(distance, -1, sizeof(distance)); in setup_numa_mapping() 922 distance[node][cpu] = in setup_numa_mapping() 953 int d = distance[node][cpu] * num_nodes; in setup_numa_mapping() 956 d -= distance[i][cpu]; in setup_numa_mapping()
|
/arch/powerpc/mm/ |
D | numa.c | 222 int distance = LOCAL_DISTANCE; in __node_distance() local 232 distance *= 2; in __node_distance() 235 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
|