Home | History | Annotate | Download | only in x86

Lines Matching defs:bde

1395 		struct mpx_bd_entry *bde = mpx_vaddr_to_bd_entry(buf, bd);
1398 printf("&bde: %p\n", bde);
1399 printf("*bde: %lx\n", *(unsigned long *)bde);
1400 if (!bd_entry_valid(bde))