<?php query_posts('meta_key=x&meta_value=y'); ?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>