Searched refs:distance (Results 1 – 12 of 12) 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/arm/mach-tegra/ |
D | tegra2_emc.c | 106 unsigned long distance = ULONG_MAX; in tegra_emc_round_rate() local 123 (pdata->tables[i].rate - rate) < distance) { in tegra_emc_round_rate() 124 distance = pdata->tables[i].rate - rate; in tegra_emc_round_rate()
|
/arch/x86/mm/ |
D | numa.c | 416 void __init numa_set_distance(int from, int to, int distance) in numa_set_distance() argument 424 from, to, distance); in numa_set_distance() 428 if ((u8)distance != distance || in numa_set_distance() 429 (from == to && distance != LOCAL_DISTANCE)) { in numa_set_distance() 431 from, to, distance); in numa_set_distance() 435 numa_distance[from * numa_distance_cnt + to] = distance; in numa_set_distance()
|
/arch/x86/include/asm/ |
D | numa.h | 35 extern void __init numa_set_distance(int from, int to, int distance);
|
/arch/sparc/kernel/ |
D | process_64.c | 435 unsigned long fp, distance, rval; in clone_stackframe() local 453 distance = fp - psp; in clone_stackframe() 454 rval = (csp - distance); in clone_stackframe() 455 if (copy_in_user((void __user *) rval, (void __user *) psp, distance)) in clone_stackframe()
|
/arch/tile/kernel/ |
D | setup.c | 807 int distance[MAX_NUMNODES][NR_CPUS]; in setup_numa_mapping() local 825 memset(distance, -1, sizeof(distance)); in setup_numa_mapping() 839 distance[node][cpu] = in setup_numa_mapping() 870 int d = distance[node][cpu] * num_nodes; in setup_numa_mapping() 873 d -= distance[i][cpu]; in setup_numa_mapping()
|
/arch/powerpc/mm/ |
D | numa.c | 204 int distance = LOCAL_DISTANCE; in __node_distance() local 214 distance *= 2; in __node_distance() 217 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
|