/openbmc/qemu/tests/tcg/ppc64/ |
H A D | bcdsub.c | 10 #define UNDEF 0 macro 49 if (TH != UNDEF || TL != UNDEF) { \ 111 TEST(0x0, 0x1c, 0x0, 0xf00, 0, UNDEF, UNDEF, CRF_SO); in test_bcdsub_invalid() 112 TEST(0x0, 0x1c, 0x0, 0xf00, 1, UNDEF, UNDEF, CRF_SO); in test_bcdsub_invalid() 114 TEST(0x0, 0xf00, 0x0, 0x1c, 0, UNDEF, UNDEF, CRF_SO); in test_bcdsub_invalid() 115 TEST(0x0, 0xf00, 0x0, 0x1c, 1, UNDEF, UNDEF, CRF_SO); in test_bcdsub_invalid() 117 TEST(0x0, 0xbad, 0x0, 0xf00, 0, UNDEF, UNDEF, CRF_SO); in test_bcdsub_invalid() 118 TEST(0x0, 0xbad, 0x0, 0xf00, 1, UNDEF, UNDEF, CRF_SO); in test_bcdsub_invalid()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | prom_init_check.sh | 53 for UNDEF in $($NM -u $OBJ | awk '{print $2}') 57 UNDEF="${UNDEF#.}" 61 echo "Checking prom_init.o symbol '$UNDEF'" ;; 67 if [ "$UNDEF" = "$WHITE" ]; then 74 case $UNDEF in 85 echo "Error: External symbol '$UNDEF' referenced" \
|
/openbmc/linux/drivers/usb/storage/ |
H A D | alauda.c | 81 #define UNDEF 0xffff macro 558 if (pba_to_lba[i] == UNDEF) in alauda_find_unused_pba() 589 lba_to_pba[i] = pba_to_lba[i] = UNDEF; in alauda_read_map() 663 if (lba_to_pba[lba_offset] != UNDEF) { in alauda_read_map() 847 if (pba != UNDEF) { in alauda_write_lba() 902 if (pba != UNDEF) { in alauda_write_lba() 907 MEDIA_INFO(us).pba_to_lba[zone][pba_offset] = UNDEF; in alauda_write_lba() 974 if (pba == UNDEF) { /* this lba was never written */ in alauda_read_data()
|
H A D | sddr09.c | 280 #define UNDEF 0xffffffff macro 784 if (pba == UNDEF) { /* this lba was never written */ in sddr09_read_data() 836 if (info->pba_to_lba[zonestart+i] == UNDEF) { in sddr09_find_unused_pba() 842 if (info->pba_to_lba[zonestart+i] == UNDEF) { in sddr09_find_unused_pba() 868 if (pba == UNDEF) { in sddr09_write_lba() 1245 info->lba_to_pba[i] = info->pba_to_lba[i] = UNDEF; in sddr09_read_map() 1342 if (info->lba_to_pba[lba] != UNDEF) { in sddr09_read_map() 1359 info->pba_to_lba[i] = UNDEF; in sddr09_read_map()
|
/openbmc/linux/drivers/staging/pi433/ |
H A D | rf69_enum.h | 23 UNDEF enumerator
|
H A D | rf69.c | 134 return UNDEF; in rf69_get_modulation() 198 if (mod == UNDEF) { in rf69_set_bit_rate()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | m-nocp.decode | 22 # should take precedence over UNDEF faults over the whole wide 56 # by their returning 'false' for UNDEF so as to fall through into the
|
H A D | vfp.decode | 36 # support D16-D31" (which should UNDEF). 92 # P=U W=1 is UNDEF
|
H A D | vfp-uncond.decode | 36 # support D16-D31" (which should UNDEF).
|
H A D | t32.decode | 89 # they explicitly call unallocated_encoding() for cases that must UNDEF 702 # other coprocessor instructions always UNDEF.
|
H A D | a32.decode | 541 # other coprocessor instructions always UNDEF.
|
H A D | a64.decode | 287 # These insns always UNDEF unless in halting debug state, which
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | align.c | 16 UNDEF, enumerator
|
/openbmc/linux/drivers/net/ethernet/amd/ |
H A D | 7990.c | 94 #ifdef UNDEF
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_verifier.c | 140 UNDEF, enumerator 1599 expected_ret = unpriv && test->result_unpriv != UNDEF ? in do_test_single()
|
/openbmc/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-dev.c | 2286 XGMAC_SET_BITS(sbmr, DMA_SBMR, UNDEF, 1); in xgbe_config_dma_bus()
|
/openbmc/linux/drivers/gpu/drm/amd/include/asic_reg/gca/ |
H A D | gfx_7_2_enum.h | 1648 UNDEF = 0x3, enumerator
|
H A D | gfx_8_1_enum.h | 1853 UNDEF = 0x3, enumerator
|
H A D | gfx_8_0_enum.h | 1835 UNDEF = 0x3, enumerator
|
/openbmc/linux/drivers/gpu/drm/amd/include/ |
H A D | vega10_enum.h | 14043 UNDEF = 0x00000003, enumerator
|
H A D | navi10_enum.h | 12622 UNDEF = 0x00000003, enumerator
|
H A D | soc21_enum.h | 15304 UNDEF = 0x00000003, enumerator
|