Searched refs:testbits (Results 1 – 5 of 5) sorted by relevance
39 const doublebits testbits = {.d = testForOverflow}; in __gcc_qsub() local40 if (((uint32_t)(testbits.x >> 32) & infinityHi) == infinityHi) { in __gcc_qsub()
39 const doublebits testbits = {.d = testForOverflow}; in __gcc_qadd() local40 if (((uint32_t)(testbits.x >> 32) & infinityHi) == infinityHi) { in __gcc_qadd()
1436 pmap_test_attrs_pae(struct vm_page *pg, int testbits)1443 testflags = pmap_pte2flags(testbits);1456 mybits |= (pte & testbits); in pmap_test_attrs_pae() 1448 pmap_test_attrs_pae(struct vm_page * pg,int testbits) pmap_test_attrs_pae() argument
2007 pmap_test_attrs_86(struct vm_page *pg, int testbits) in pmap_page_remove_86() 2014 testflags = pmap_pte2flags(testbits);2027 mybits |= (pte & testbits); in pmap_test_attrs_86() 2023 pmap_test_attrs_86(struct vm_page * pg,int testbits) pmap_test_attrs_86() argument
2059 pmap_test_attrs(struct vm_page *pg, unsigned int testbits) in pmap_test_attrs() 2066 testflags = pmap_pte2flags(testbits); in pmap_test_attrs() 2077 mybits |= (ptes[offs] & testbits);2048 pmap_test_attrs(struct vm_page * pg,unsigned int testbits) pmap_test_attrs() argument