Home
last modified time | relevance | path

Searched refs:goal (Results 1 – 9 of 9) sorted by relevance

/arch/tile/lib/
Dmemchr_64.c26 uint64_t goal, before_mask, v, bits; in memchr() local
39 goal = copy_byte(c); in memchr()
45 v = (*p | before_mask) ^ (goal & before_mask); in memchr()
53 while ((bits = __insn_v1cmpeq(v, goal)) == 0) { in memchr()
Dmemchr_32.c25 uint32_t goal, before_mask, v, bits; in memchr() local
38 goal = 0x01010101 * (uint8_t) c; in memchr()
47 v = (*p | before_mask) ^ (goal & before_mask); in memchr()
55 while ((bits = __insn_seqb(v, goal)) == 0) { in memchr()
Dstrchr_32.c28 const uint32_t goal = 0x01010101 * (uint8_t) c; in strchr() local
39 uint32_t v = (*p | before_mask) ^ (goal & __insn_shrib(before_mask, 1)); in strchr()
47 goal_matches = __insn_seqb(v, goal); in strchr()
Dstrchr_64.c29 const uint64_t goal = copy_byte(c); in strchr() local
37 uint64_t v = (*p | before_mask) ^ (goal & __insn_v1shrui(before_mask, 1)); in strchr()
45 goal_matches = __insn_v1cmpeq(v, goal); in strchr()
/arch/x86/kernel/
Dsetup_percpu.c101 const unsigned long goal = __pa(MAX_DMA_ADDRESS); in pcpu_alloc_bootmem() local
107 ptr = __alloc_bootmem_nopanic(size, align, goal); in pcpu_alloc_bootmem()
114 size, align, goal); in pcpu_alloc_bootmem()
120 return __alloc_bootmem_nopanic(size, align, goal); in pcpu_alloc_bootmem()
/arch/tile/kernel/
Dsetup.c617 unsigned long goal) in alloc_bootmem_pfn() argument
620 PAGE_SIZE, goal); in alloc_bootmem_pfn()
622 BUG_ON(goal && PFN_PHYS(pfn) != goal); in alloc_bootmem_pfn()
787 unsigned long goal = 0; in zone_sizes_init() local
791 goal = PFN_PHYS(lowmem_end) - node_percpu[i]; in zone_sizes_init()
795 goal); in zone_sizes_init()
/arch/sparc/kernel/
Dsmp_64.c1432 const unsigned long goal = __pa(MAX_DMA_ADDRESS); in pcpu_alloc_bootmem() local
1438 ptr = __alloc_bootmem(size, align, goal); in pcpu_alloc_bootmem()
1445 size, align, goal); in pcpu_alloc_bootmem()
1451 return __alloc_bootmem(size, align, goal); in pcpu_alloc_bootmem()
/arch/m68k/ifpsp060/src/
Dpfpsp.S3088 # In a system where the FP Operr exception is enabled, the goal #
3758 # In a system where the DZ exception is enabled, the goal is to #
Dfpsp.S3089 # In a system where the FP Operr exception is enabled, the goal #
3759 # In a system where the DZ exception is enabled, the goal is to #